timeSignature property

  1. @JsonKey(name: 'time_signature', fromJson: convertToIntIfDoubleValue)
int? timeSignature
getter/setter pairinherited

An estimated overall time signature of a track. The time signature (meter) is a notational convention to specify how many beats are in each bar (or measure). The time signature ranges from 3 to 7 indicating time signatures of “3/4”, to “7/4”.

Implementation

@JsonKey(name: 'time_signature', fromJson: convertToIntIfDoubleValue)
int? timeSignature;