isEmpty property

bool get isEmpty

Whether this string contains zero UTF-16 code units.

Implementation

@pragma('vm:prefer-inline')
bool get isEmpty => length == 0;