isNotNullOrEmpty property

bool isNotNullOrEmpty

Will return if the string is not null and not empty

Implementation

bool get isNotNullOrEmpty => !isNullOrEmpty;