MarkerDto constructor

MarkerDto(
  1. Location location,
  2. double width,
  3. double height,
  4. SchemaDto icon,
)

Implementation

MarkerDto(this.location, this.width, this.height, this.icon);