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

hashCode int
The hash code for this object.
no setterinherited
output AnOutput<F, S>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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