IFlowRepeatModeValues constructor

IFlowRepeatModeValues(
  1. IFlowRepeatMode startUnique_,
  2. IFlowRepeatMode startNew_,
  3. IFlowRepeatMode resume_,
  4. IFlowRepeatMode restart_,
)

Implementation

IFlowRepeatModeValues(this.startUnique_,
    this.startNew_,
    this.resume_,
    this.restart_) : delegate = List.unmodifiable([startUnique_,startNew_,resume_,restart_]);