isNotBlank property

bool isNotBlank

Returns true if this char sequence is not empty and contains some characters except of whitespace characters.

Implementation

bool get isNotBlank => !isBlank;