fromJson static method

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

Implementation

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