RowMapperDeserializer<T> class
final
A RowDeserializer built from a plain RowMapper function.
The escape hatch for a row type Dust did not generate. Everything Dust does
generate has its own $TypeFromRow, which is the one the analyzer can check.
- Implemented types
- Available extensions
Constructors
-
RowMapperDeserializer(RowMapper<
T> mapper) -
Wraps
mapperas a row deserializer.const
Properties
-
asMapper
→ RowMapper<
T> -
Available on RowDeserializer<
This deserializer as a RowMapper, for APIs that take the function form.T> , provided by the RowDeserializerMapper extensionno setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
mapper
→ RowMapper<
T> -
The wrapped row mapping function.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deserialize(
Row row) → T -
Converts
rowinto a Dart value.override -
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