PulseUserArtist.fromJson constructor

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

Implementation

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