duration property

  1. @JsonKey.new(name: 'duration_ms', readValue: _readDuration)
int duration
final

The duration of the track in milliseconds.

Implementation

@JsonKey(name: 'duration_ms', readValue: _readDuration)
final int duration;