publish property

  1. @JsonKey(includeIfNull: false)
bool? publish
getter/setter pair

Whether to publish the sound of the metronome to remote users: true: (Default) Publish the sound of the metronome. Both the local user and remote users can hear the metronome. false: Do not publish the sound of the metronome. Only the local user can hear the metronome.

Implementation

@JsonKey(includeIfNull: false)
bool? publish;