Settable class abstract
Constructors
- Settable()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set<
ValType> (Field< ValType> field, ValType value) → Settable -
setBool(
String column, bool value) → Settable -
Convenience method to set the
value
of boolcolumn
. -
setDateTime(
String column, DateTime value) → Settable -
Convenience method to set the
value
of date timecolumn
. -
setInt(
String column, int value) → Settable -
Convenience method to set the
value
of intcolumn
. -
setMany(
List< SetColumn> columns) → Settable -
setString(
String column, String value) → Settable -
Convenience method to set the
value
of stringcolumn
. -
setValue<
ValType> (String column, ValType value) → Settable -
setValues(
Map< String, dynamic> values) → Settable -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited