unfilledMap function

bool unfilledMap(
  1. Map? map
)

Implementation

bool unfilledMap(Map? map) => map?.isEmpty ?? true;