Creates a new Audio object from a JSON Map.
factory Audio.fromJson(Map<String, dynamic> json) => _$AudioFromJson(json);