isCustom property
bool
get
isCustom
Whether this entry represents a custom value input.
Implementation
bool get isCustom => id == kCustomEntryId;
Whether this entry represents a custom value input.
bool get isCustom => id == kCustomEntryId;