ArtistSimple.fromJson constructor

ArtistSimple.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ArtistSimple.fromJson(Map<String, dynamic> json) =>
    _$ArtistSimpleFromJson(json);