isNotBlank property

bool get isNotBlank

Whether this string is not blank.

Implementation

bool get isNotBlank => trim().isNotEmpty;