silenceRequested property
A Boolean value that determines whether the user’s device remains silent during an event or transit journey. The system may override the key and determine the length of the period of silence. Use this key for any type of boarding pass or event ticket.
Implementation
@JsonKey(name: 'silenceRequested')
final bool? silenceRequested;