isNotNullOrEmpty property

bool isNotNullOrEmpty

Returns true if the string is not empty

Implementation

bool get isNotNullOrEmpty => !isNullOrEmpty;