Action constructor

Action({
  1. Action? subAction,
})

Implementation

Action({this.subAction});