fromJson static method

Implementation

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