PowerMapLayerGroup constructor
const
PowerMapLayerGroup({
- required String key,
- required String label,
- required List<
PowerMapLayerItem> items,
Implementation
const PowerMapLayerGroup({
required this.key,
required this.label,
required this.items,
});