isNotNullOrEmpty property

bool get isNotNullOrEmpty

Return true if string is not null and not empty

Implementation

bool get isNotNullOrEmpty => isNotEmpty;