totalMilliseconds property

int get totalMilliseconds

Implementation

int get totalMilliseconds => _totalMilliseconds;
set totalMilliseconds (int value)

Implementation

set totalMilliseconds(int value) {
  _totalMilliseconds = value;
  notifyListeners();
}