Settable class abstract

Implemented types
Implementers

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 bool column.
setDateTime(String column, DateTime value) Settable
Convenience method to set the value of date time column.
setInt(String column, int value) Settable
Convenience method to set the value of int column.
setMany(List<SetColumn> columns) Settable
setString(String column, String value) Settable
Convenience method to set the value of string column.
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