isNotBlank property

bool get isNotBlank

Returns true if this String is not empty and does not contain only whitespaces.

Implementation

bool get isNotBlank => !isBlank;