duration property

int? get duration

Duration of the audio recording in seconds.

Implementation

int? get duration => payload['duration'];