BlobEventContext.fromCtx constructor

BlobEventContext.fromCtx(
  1. BlobEventContext ctx,
  2. BlobEventHandler next
)

Implementation

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