isEmpty property
bool?
get
isEmpty
Returns true if this string is empty.
Implementation
bool? get isEmpty => value?.isEmpty;
Returns true if this string is empty.
bool? get isEmpty => value?.isEmpty;