BlobEventContext constructor

BlobEventContext(
  1. String id,
  2. BlobEventRequest req,
  3. BlobEventResponse resp, {
  4. dynamic next = _defaultHandler<BlobEventContext>,
})

Implementation

BlobEventContext(super.id, super.req, super.resp,
    {next = _defaultHandler<BlobEventContext>}) {
  _nextHandler = next;
}