keyword property
string
get
keyword
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);