scope property

  1. @JsonKey(name: 'scope', fromJson: decodeDestinyGatingScope, toJson: encodeDestinyGatingScope)
DestinyGatingScope? scope
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;