isNotBlank property

bool get isNotBlank

Returns true if the string is not blank.

Implementation

bool get isNotBlank => trim().isNotEmpty;