IFlowActionTypeValues constructor

IFlowActionTypeValues(
  1. IFlowActionType add_,
  2. IFlowActionType urgent_,
  3. IFlowActionType menu_,
  4. IFlowActionType none_,
)

Implementation

IFlowActionTypeValues(this.add_,
    this.urgent_,
    this.menu_,
    this.none_) : delegate = List.unmodifiable([add_,urgent_,menu_,none_]);