ArcaneKeyValueRow class
Row data for KeyValueTable.
Constructors
- ArcaneKeyValueRow({required String key, required Component value})
-
const
- ArcaneKeyValueRow.text(String key, String value)
-
factory
Properties
Methods
-
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