beatsPerMinute property Null safety
@JsonKey(includeIfNull: false), read / write
Tempo (beats per minute). The range is 60 to 360. The default value is 60, which means that the metronome plays 60 beats in one minute.
Implementation
@JsonKey(includeIfNull: false)
int? beatsPerMinute;