menu
webkit_inspection_protocol package
documentation
webkit_inspection_protocol.dart
WipResponse
WipResponse constructor
WipResponse constructor
dark_mode
light_mode
WipResponse
constructor
WipResponse
(
Map
<
String
,
dynamic
>
json
)
Implementation
WipResponse(
this
.json) : id = json[
'id'
]
as
int
, result = json[
'result'
]
as
Map
<
String
,
dynamic
>?;
webkit_inspection_protocol package
documentation
webkit_inspection_protocol
WipResponse
WipResponse constructor
WipResponse class