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