Duration typedef

Duration = MusicDuration

Legacy alias for MusicDuration.

Kept so that existing code — including the several hundred call sites inside this package — keeps compiling unchanged. It SHADOWS dart:core.Duration for anyone importing the package barrel; see MusicDuration for the two supported ways around that.

Scheduled to stop being exported in 3.0.

Implementation

typedef Duration = MusicDuration;