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