mapIcon property

  1. @JsonKey(name: 'mapIcon')
String? mapIcon
getter/setter pair

This is the icon used in the map overview, when the vendor is located on the map.

Implementation

@JsonKey(name:'mapIcon')
String? mapIcon;