MapSchemaDto constructor

MapSchemaDto(
  1. String type,
  2. String? key,
  3. List<MarkerDto> markers,
  4. double initialZoom,
  5. Location initLocatin,
  6. double? height,
  7. double? width,
)

Implementation

MapSchemaDto(String type,String ?key,this.markers, this.initialZoom, this.initLocatin,this.height,this.width,) : super(type,key);