sharingProhibited property
A Boolean value introduced in iOS 11 that controls whether to show the Share button on the back of a pass. A value of true removes the button. The default value is false. This flag has no effect in earlier versions of iOS, nor does it prevent sharing the pass in some other way.
Implementation
@JsonKey(name: 'sharingProhibited')
final bool? sharingProhibited;