locationId property

  1. @JsonKey(name: 'id')
int locationId
getter/setter pair

ID in the Prices API.

Implementation

@JsonKey(name: 'id')
late int locationId;