isNotBlank property

bool get isNotBlank

Returns true if the string is not: null; empty; or entirely whitespace.

Implementation

bool get isNotBlank => !isBlank;