isNotNullOrBlank property

bool get isNotNullOrBlank

Returns true if the string is neither null nor blank.

Implementation

bool get isNotNullOrBlank => !isNullOrBlank;