locations property
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;
Optional. Locations where the pass is relevant. For example, the location of your store. For these dictionaries’ keys, see Location Dictionary Keys.
@JsonKey(name: 'locations')
final List<Location>? locations;