timestamps property

bool get timestamps
inherited

Whether automatic timestamps are enabled for this model instance.

Override in subclasses to disable timestamps at runtime.

Implementation

bool get timestamps => true;