toJson property

Map<String, dynamic> toJson

returns song data and this data have some fields that are not present in the Album

Implementation

Map<String, dynamic> get toJson => _albumInfo;