isNotNullAndNotEmpty property
bool
get
isNotNullAndNotEmpty
Implementation
bool get isNotNullAndNotEmpty {
return this != null && this!.isNotEmpty;
}
bool get isNotNullAndNotEmpty {
return this != null && this!.isNotEmpty;
}