RowData class

Constructors

RowData({String? key, dynamic value, int level = 0, bool isExpanded = false, Set<int>? parentIds, int? id, bool isParent = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
isExpanded bool
getter/setter pair
isParent bool
getter/setter pair
key String?
getter/setter pair
level int
getter/setter pair
parentIds Set<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
getter/setter pair

Methods

copyWith({String? key, dynamic value, bool? isExpanded}) RowData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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