CountdownClicked constructor

const CountdownClicked({
  1. required String state,
  2. required String actionType,
})

Implementation

const CountdownClicked({required this.state, required this.actionType});