isNone property
bool
get
isNone
Returns true if the icon is empty (i.e., none).
Implementation
bool get isNone => icon.isEmpty;
Returns true if the icon is empty (i.e., none).
bool get isNone => icon.isEmpty;