timeMills property

int get timeMills

The timestamp associated with the entity.

Implementation

int get timeMills => _timeMills ?? generateTimeMills;
set timeMills (int value)

Implementation

set timeMills(int value) => _timeMills = value;