Spec<I, O> constructor
const
Spec<I, O> (
- String procedure,
- StreamType streamType,
- I inputFactory(),
- O outputFactory(), {
- Idempotency? idempotency,
Implementation
const Spec(
this.procedure,
this.streamType,
this.inputFactory,
this.outputFactory, {
this.idempotency,
});