Action constructor
Action({
- required ActionType type,
- ActionMetadata? metadata,
Implementation
Action({
required this.type,
this.metadata,
});
Action({
required this.type,
this.metadata,
});