audExt property

List<String> get audExt

Implementation

static List<String> get audExt => [
      "m4a",
      "flac",
      "mp3",
      "wav",
      "wma",
      "aac",
    ];