map property

  1. @JsonKey.new(name: "map", includeIfNull: false)
PolyLineMap? map
getter/setter pair

Implementation

@JsonKey(name: "map", includeIfNull: false)
PolyLineMap? map;