isEmpty property
bool
get
isEmpty
Whether this string is empty.
Implementation
@pragma('vm:prefer-inline')
bool get isEmpty => length == 0;
Whether this string is empty.
@pragma('vm:prefer-inline')
bool get isEmpty => length == 0;