menu
puppeteer package
documentation
protocol/dom_snapshot.dart
ComputedStyle
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {'properties': properties.map((e) => e.toJson()).toList()}; }
puppeteer package
documentation
protocol/dom_snapshot
ComputedStyle
toJson method
ComputedStyle class