allLocalGovernments top-level constant

Map<int, Map<int, List<LGA>>> const allLocalGovernments

Implementation

const Map<int, Map<int, List<LGA>>> allLocalGovernments = {
  0: allNigerianLocalGovernments,
};