isNotNullOrEmpty property
bool
get
isNotNullOrEmpty
Implementation
bool get isNotNullOrEmpty => (this != null && this?.isNotEmpty == true);
bool get isNotNullOrEmpty => (this != null && this?.isNotEmpty == true);