ComputerUseInput constructor
ComputerUseInput({})
Implementation
ComputerUseInput({
required this.action,
this.coordinates,
this.text,
this.key,
this.scrollDirection,
this.scrollAmount,
});
ComputerUseInput({
required this.action,
this.coordinates,
this.text,
this.key,
this.scrollDirection,
this.scrollAmount,
});