fromJson static method

Implementation

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