isNotBlank property

bool isNotBlank

Whether the string contains characters except of whitespace characters.

Implementation

bool get isNotBlank => trim().isNotEmpty;