isNotNullAndNotEmpty property
bool
get
isNotNullAndNotEmpty
Implementation
bool get isNotNullAndNotEmpty => this != null && (this?.isNotEmpty ?? false);
bool get isNotNullAndNotEmpty => this != null && (this?.isNotEmpty ?? false);