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

Properties

bounds List<int>?
getter/setter pair
className String?
getter/setter pair
clickable bool?
getter/setter pair
depth List<int>?
getter/setter pair
description String?
getter/setter pair
editable bool?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
packageName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollable bool?
getter/setter pair
text String?
getter/setter pair

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

Operators

operator ==(Object other) bool
The equality operator.
override