UpdateCommand constructor
UpdateCommand(
- dynamic actions,
- dynamic step
Implementation
UpdateCommand(this.actions, step) {
if (step is List && step.length > 0) {
actions.add(step);
}
}