isNotEmpty property

  1. @override
bool get isNotEmpty
override

Whether this string is not empty.

Implementation

@override
bool get isNotEmpty => _str.isNotEmpty;