timers property

List<int> timers

Implementation

List<int> get timers => _timers;
void timers=(List<int> value)

Implementation

set timers(List<int> value) {
  _timers = value;
  notifyListeners();
}