isNotEmpty property
bool
get
isNotEmpty
Implementation
bool get isNotEmpty {
return lv_30.firstWhereOrNull((value) => value > 0) != null;
}
bool get isNotEmpty {
return lv_30.firstWhereOrNull((value) => value > 0) != null;
}