Action constructor
Action({})
Implementation
Action({
required this.name,
required this.argument,
required int index,
this.actionType = 'dart',
this.commandName,
}) : id = actionId(name, index, commandName);