isNotEmpty property
bool
get
isNotEmpty
Returns true if the chip input contains at least one chip.
Implementation
bool get isNotEmpty => value.isNotEmpty;
Returns true if the chip input contains at least one chip.
bool get isNotEmpty => value.isNotEmpty;