isNotNullOrEmpty property

bool get isNotNullOrEmpty

Checks if string is not empty

Implementation

bool get isNotNullOrEmpty => isNotEmpty;