isEmpty property

bool get isEmpty

Whether this string is empty.

Implementation

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