whenAdded property
Timestamp of when the entity was first created or added.
Only updatable if concept.updateWhen is true.
Implementation
@override
DateTime? get whenAdded => _whenAdded;
Timestamp of when the entity was first created or added.
Only updatable if concept.updateWhen is true.
@override
DateTime? get whenAdded => _whenAdded;