entityTimeMills property

int? entityTimeMills

Retrieves the entity timestamp if the object represents an entity.

Implementation

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