isNotNullOrEmpty property

bool isNotNullOrEmpty

Returns true if the string is neither null nor empty.

Implementation

bool get isNotNullOrEmpty => !isNullOrEmpty;