listOfFileformats top-level property

List<String> listOfFileformats
final

List of allowed File Format.

File Format can take one of the following values -

'mp3', 'wav', 'ogg', 'flac', 'mp4'

Implementation

final listOfFileformats = ['mp3', 'wav', 'ogg', 'flac', 'mp4']