toJson property

Map<String, dynamic> toJson

Returns song data and this data have some fields that are not present in the Artist

Implementation

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