NowPlayingDataChanged constructor
NowPlayingDataChanged({
- required String? title,
Implementation
NowPlayingDataChanged({
required this.title,
});
NowPlayingDataChanged({
required this.title,
});