locationOSMId property

int locationOSMId
getter/setter pair

ID of the location in OpenStreetMap: the store where the product was bought.

Implementation

@JsonKey(name: 'location_osm_id')
late int locationOSMId;