Action constructor

Action({
  1. required ActionType type,
  2. ActionMetadata? metadata,
})

Implementation

Action({
  required this.type,
  this.metadata,
});