PowerMapLayerGroup constructor

const PowerMapLayerGroup({
  1. required String key,
  2. required String label,
  3. required List<PowerMapLayerItem> items,
})

Implementation

const PowerMapLayerGroup({
  required this.key,
  required this.label,
  required this.items,
});