isNotBlank property

bool isNotBlank

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

Implementation

bool get isNotBlank => isBlank == false;