duration property

  1. @JsonKey.new(includeIfNull: false)
Int32Type? duration
final

The duration of the audio file in seconds

Implementation

@JsonKey(includeIfNull: false)
final Int32Type? duration;