filledList function

bool filledList(
  1. List? list
)

Implementation

bool filledList(List? list) => !unfilledList(list);