scope property
- @JsonKey(name: 'scope', fromJson: decodeDestinyGatingScope, toJson: encodeDestinyGatingScope)
getter/setter pair
A shortcut for determining the most restrictive gating that this expression performs. See the DestinyGatingScope enum's documentation for more details.
Implementation
@JsonKey(name:'scope',fromJson:decodeDestinyGatingScope,toJson:encodeDestinyGatingScope)
DestinyGatingScope? scope;