LoadingState constructor

LoadingState()

Implementation

LoadingState() {
  _startTime = DateTime.now();
  _lastPhaseTime = _startTime;
}