Response.fromJson constructor

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

Implementation

factory Response.fromJson(Map<String, dynamic> json) =>
    fromJsonWithLogging(json, _$ResponseFromJson);