factory ResetTimerAction.fromJson(Map<String, dynamic> json) { return ResetTimerAction( timerName: json['timerName'] as String, ); }