A11yServiceNode class
Constructors
-
A11yServiceNode({List<int>? depth, List<int>? bounds, String? id, String? packageName, String? className, String? text, String? description, bool? clickable, bool? scrollable, bool? editable})
-
-
A11yServiceNode.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({List<int>? depth, List<int>? bounds, String? id, String? packageName, String? className, String? text, String? description, bool? clickable, bool? scrollable, bool? editable})
→ A11yServiceNode
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
override