isNotNullOrBlank property

bool isNotNullOrBlank

Returns true if the string is neither null nor blank.

Implementation

bool get isNotNullOrBlank => !isNullOrBlank;