fromJsonModel static method

ScrobbleResponse fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static ScrobbleResponse fromJsonModel(Map<String, dynamic> json) =>
    ScrobbleResponse.fromJson(json);