DefaultItem class

Inheritance

Constructors

DefaultItem({required String text, required String data, required List<BaseItem> list})

Properties

data String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
list List<BaseItem>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair

Methods

hint() String
override
lists() List<BaseItem>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
value() String
override

Operators

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