fromJson static method

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

Implementation

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