Row class

Constructors

Row(ResultSetRow row)

Properties

hashCode int
The hash code for this object.
no setterinherited
row ↔ ResultSetRow
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asBool(String name) bool
convert the field with name to a bool.
asCustom<T>(String name, T convertTo(Object value)) → T
asDate(String name) → Date
convert the field with name to a Date.
asDateTime(String name) DateTime
convert the field with name to a DateTime.
asInt(String name) int
convert the field with name to a int.
asMap(String name) Map<String, dynamic>
convert the field with name to a Map. Currently expects that the map is stored as a Blob
asMoney(String name, Currency currency) → Money
asString(String name) String
convert the field with name to a string.
asTime(String name) → Time
convert the field with name to a Date.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryBool(String name) bool?
tryCustom<T>(String name, T? convertTo(Object? value)) → T?
tryDate(String name) → Date?
tryDateTime(String name) DateTime?
tryInt(String name) int?
tryMoney(String name, Currency currency) → Money?
tryString(String name) String?
tryTime(String name) → Time?
tryValue(String name) String?

Operators

operator ==(Object other) bool
The equality operator.
inherited