entityTimeMills property

int? get entityTimeMills

Retrieves the entity timestamp if the object represents an entity.

Implementation

int? get entityTimeMills => isEntity ? Entity.autoTimeMills(this) : null;