PowerMapLayerItem constructor

const PowerMapLayerItem({
  1. required String id,
  2. required String name,
  3. String? groupPrefix,
  4. bool isVector = false,
})

Implementation

const PowerMapLayerItem({
  required this.id,
  required this.name,
  this.groupPrefix,
  this.isVector = false,
});