isEmpty property
bool
get
isEmpty
Whether this string contains zero UTF-16 code units.
Implementation
@pragma('vm:prefer-inline')
bool get isEmpty => length == 0;
Whether this string contains zero UTF-16 code units.
@pragma('vm:prefer-inline')
bool get isEmpty => length == 0;