isNotEmptyList property

bool isNotEmptyList

Implementation

bool get isNotEmptyList {
  return !this.isEmptyList;
}