fromJson static method

Implementation

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