unfilledList function

bool unfilledList(
  1. List? list
)

Implementation

bool unfilledList(List? list) => list?.isEmpty ?? true;