timeMills property

int timeMills

The timestamp associated with the entity.

Implementation

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

Implementation

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