fromJson static method

Response fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static Response fromJson(Map<String, Object?> obj) => Response.fromMap(obj);