DFMapLayer constructor

DFMapLayer({
  1. int? id,
  2. String? name,
  3. String? type,
  4. bool? visible,
  5. double? x,
  6. double? y,
  7. double? opacity,
})

Implementation

DFMapLayer({this.id, this.name, this.type, this.visible, this.x, this.y, this.opacity});