MusicModel constructor
Creates a new MusicModel instance.
The url is required and must not be null.
Implementation
MusicModel({required this.url, this.title, this.description});
Creates a new MusicModel instance.
The url is required and must not be null.
MusicModel({required this.url, this.title, this.description});