fromJson static method

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

Implementation

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