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