isBlankOrEmpty property

bool get isBlankOrEmpty

Whether this string is blank or empty.

Implementation

bool get isBlankOrEmpty => isEmpty || trim().isEmpty;