SqlValuesTransformer class
- Inheritance
-
- Object
- StreamTransformerBase<
String, String> - SqlValuesTransformer
Constructors
-
SqlValuesTransformer(Map<
String, dynamic> values)
Properties
Methods
-
bind(
Stream< String> stream) → Stream<String> -
Transforms the provided
stream
.override -
cast<
RS, RT> () → StreamTransformer< RS, RT> -
Provides a
StreamTransformer<RS, RT>
view of this stream transformer.inherited -
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