This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Open
Description
part of on_audio_edit;
/// [AudioModel] contains all Song Tag/Information.
class AudioModel {
AudioModel(this._info);
String? get year => _info["YEAR"];}
year isn't string
Metadata
Assignees
Labels
No labels