fromJson static method

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

Implementation

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