isNotBlank property

bool get isNotBlank

Returns true if string is not blank

Implementation

bool get isNotBlank => !isBlank;