timers property

Implementation

UnmodifiableListView<NornsTimer> get timers {
  return UnmodifiableListView(_timers);
}