isNotNullAndEmpty property
bool
get
isNotNullAndEmpty
Implementation
bool get isNotNullAndEmpty => this != null && this!.isNotEmpty;
bool get isNotNullAndEmpty => this != null && this!.isNotEmpty;