length property
num
get
length
Length of the measure in ticks.
Implementation
num get length => timeSignature.numerator * timeSignature.denominator.time;
Length of the measure in ticks.
num get length => timeSignature.numerator * timeSignature.denominator.time;