BlobEventContext constructor
BlobEventContext(
- String id,
- BlobEventRequest req,
- BlobEventResponse resp, {
- dynamic next = _defaultHandler<BlobEventContext>,
Implementation
BlobEventContext(super.id, super.req, super.resp,
{next = _defaultHandler<BlobEventContext>}) {
_nextHandler = next;
}