menu
openai_core package
documentation
responses.dart
ComputerActionMove
toJson method
toJson method
dark_mode
light_mode
toJson
method
@
override
Map
<
String
,
dynamic
>
toJson
(
)
override
Implementation
@override Map<String, dynamic> toJson() => {'type': type, 'x': x, 'y': y};
openai_core package
documentation
responses
ComputerActionMove
toJson method
ComputerActionMove class