backgroundImagePath property

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

The relative path to the background image representing this Vendor at this location, for use in a banner.

Implementation

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