Action constructor
Action({})
Implementation
Action({
required this.identifier,
required this.name,
required this.description,
required this.availability,
required this.defaultBindings,
});
Action({
required this.identifier,
required this.name,
required this.description,
required this.availability,
required this.defaultBindings,
});