menu
a11y_service package
documentation
a11y_service_result.dart
A11yServiceResult
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'event': event, 'nodes': nodes, }; }
a11y_service package
documentation
a11y_service_result
A11yServiceResult
toJson method
A11yServiceResult class