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