fromJson static method

Implementation

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