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