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