SetTimerAction constructor

SetTimerAction({
  1. required String timerName,
  2. String? durationExpression,
  3. int? seconds,
})

Implementation

SetTimerAction({
  required this.timerName,
  this.durationExpression,
  this.seconds,
});