Data class
The interface for accessing element data.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
space
→ Map<
String, dynamic> -
Retrieve the entire space of element data.
read-only
Methods
-
get(
String key) → dynamic -
Retrieve the data of the given
key
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
remove(
String key) → void -
Delete the data of the given
key
. -
set(
String key, dynamic value) → void -
Set the data of the given
key
. -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited