AutomationsEvent constructor

const AutomationsEvent(
  1. AutomationsEventType type,
  2. DateTime date
)

Implementation

const AutomationsEvent(this.type, this.date);