keyword property
A unique keyword for the named color. Basically is the name of the color in lowercase, without spaces and special characters.
Implementation
string get keyword => generateKeyword(_name);
A unique keyword for the named color. Basically is the name of the color in lowercase, without spaces and special characters.
string get keyword => generateKeyword(_name);