isNotBlank property

bool isNotBlank

Returns true if the string is neither null, empty, nor solely made of whitespace characters. Alias for isNotEmptyOrNull.

Implementation

bool get isNotBlank => isNotEmptyOrNull;