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