filledMap function

bool filledMap(
  1. Map? map
)

Implementation

bool filledMap(Map? map) => !unfilledMap(map);