publish property Null safety

bool? publish
@JsonKey(includeIfNull: false), read / write

是否将节拍器的声音发布至远端:

  • true: (默认)发布。本地用户和远端用户都能听到节拍器。
  • false: 不发布。只有本地用户能听到节拍器。

Implementation

@JsonKey(includeIfNull: false)
bool? publish;