beatsPerMeasure property
The number of beats per measure, which ranges from 1 to 9. The default value is 4, which means that each measure contains one downbeat and three upbeats.
Implementation
@JsonKey(name: 'beatsPerMeasure')
final int? beatsPerMeasure;