currentTime property

int get currentTime

The current time in milliseconds since EPOCH with adjusted delta shift

Implementation

int get currentTime => DateTime.now().millisecondsSinceEpoch + _timeDelta;