isNotEmpty property

bool get isNotEmpty

Implementation

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