unfilledSet function

bool unfilledSet(
  1. Set? set
)

Implementation

bool unfilledSet(Set? set) => set?.isEmpty ?? true;