duration property

double? duration
final

The duration of the audio clip in seconds. If null the duration will be automatically derived from the asset.

// Defaults to:
null

Implementation

final double? duration;