currentTime property
int
get
currentTime
The current time in milliseconds since EPOCH with adjusted delta shift
Implementation
int get currentTime => DateTime.now().millisecondsSinceEpoch + _timeDelta;
The current time in milliseconds since EPOCH with adjusted delta shift
int get currentTime => DateTime.now().millisecondsSinceEpoch + _timeDelta;