filename property

String filename

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

Implementation

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