HHCtrlException constructor

HHCtrlException({
  1. NextPhase nextPhase = NextPhase.f_break,
  2. dynamic returnValue,
  3. Map<String, dynamic>? runtimeMeta,
})

Implementation

HHCtrlException({
  this.nextPhase = NextPhase.f_break,
  this.returnValue,
  Map<String, dynamic>? runtimeMeta,
}) : runtimeMeta = Map.unmodifiable(runtimeMeta ?? {});