payload property
Payload of the remote command.
The payload for "clearBrowsingData" command supports: - fields "clearCache" and "clearCookies" - values of boolean type.
Required.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Map<core.String, core.Object?>? payload;