isNotEmpty property Null safety

bool isNotEmpty

Whether the string value is empty or not

Implementation

bool get isNotEmpty => _value.isNotEmpty;