ResponseBuilderMixin<F extends Failure, S extends Model> mixin
A convenience class for response construction using method composition This may not supply all use cases, a custom response building maybe required in that case
Properties
Methods
-
buildResponse<
R extends ARequest> (R request, ResponseProvider< R, F, S> responseProvider) → void - Builds a oneTime response
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
streamResponse<
R extends ARequest> (R request, Duration interVal, ResponseProvider< R, F, S> responseProvider) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited