locations property

  1. @JsonKey(name: 'locations')
List<Location>? locations
final

Optional. Locations where the pass is relevant. For example, the location of your store. For these dictionaries’ keys, see Location Dictionary Keys.

Implementation

@JsonKey(name: 'locations')
final List<Location>? locations;