duration property
The duration of the track in milliseconds.
Implementation
@JsonKey(name: 'duration_ms', readValue: _readDuration)
final int duration;
The duration of the track in milliseconds.
@JsonKey(name: 'duration_ms', readValue: _readDuration)
final int duration;