clone abstract method

HoneyContext clone({
  1. WidgetExpr? referenceWidget,
})

Clone this context. The step output buffer is not cloned.

Implementation

HoneyContext clone({WidgetExpr? referenceWidget});