JobContext constructor
JobContext(
- String id,
- JobRequest req,
- JobResponse resp, {
- dynamic next = _defaultHandler<JobContext>,
Implementation
JobContext(super.id, super.req, super.resp,
{next = _defaultHandler<JobContext>}) {
_nextHandler = next;
}