isNotBlank property

bool get isNotBlank

Checks if the String is not blank (null, empty or only white spaces).

Implementation

bool get isNotBlank => !isBlank;