Artist.fromJson constructor

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

Implementation

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