filename property

String filename

Returns the filename of the sound file. The file is named by the unique id (uuid) of the Media

Implementation

String get filename => '${_data!.id}.mp4';