beatsPerMinute property Null safety

int? beatsPerMinute
@JsonKey(includeIfNull: false), read / write

节拍速度(拍/分钟),取值范围为 60,360。默认值为 60,即 1 分钟有 60 拍。

Implementation

@JsonKey(includeIfNull: false)
int? beatsPerMinute;