UpdateableTable<S extends Schema<R> , R> class
A table that can be updated.
- Implemented types
-
- Updateable<
R>
- Updateable<
Constructors
-
UpdateableTable(Table<
S, R> table, R value) -
A table that can be updated.
const
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