beatsPerMinute property
The beat speed (beats/minute), which ranges from 60 to 360. The default value is 60, which means that the metronome plays 60 beats in one minute.
Implementation
@JsonKey(name: 'beatsPerMinute')
final int? beatsPerMinute;
The beat speed (beats/minute), which ranges from 60 to 360. The default value is 60, which means that the metronome plays 60 beats in one minute.
@JsonKey(name: 'beatsPerMinute')
final int? beatsPerMinute;