BlobEventContext.fromCtx constructor
BlobEventContext.fromCtx(
- BlobEventContext ctx,
- BlobEventHandler next
Implementation
BlobEventContext.fromCtx(BlobEventContext ctx, BlobEventHandler next)
: this(ctx.id, ctx.req, ctx.res, next: next);