fromJson static method

Implementation

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