AvailableMap constructor

AvailableMap({
  1. required String mapName,
  2. required MapType mapType,
  3. required String icon,
})

Implementation

AvailableMap({
  required this.mapName,
  required this.mapType,
  required this.icon,
});