Action constructor

Action({
  1. required String enumValue,
  2. Transfer? transfer,
  3. FunctionCall? functionCall,
})

Implementation

Action({required this.enumValue, this.transfer, this.functionCall});