requiredLocation property

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

Theoretically, an item could have a localized string for a hint about the location in which the action should be performed. In practice, no items yet have this property.

Implementation

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