fromJson static method

Implementation

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