timestamp property

DateTime timestamp

The date and time the revision was made.

Implementation

DateTime get timestamp => GetterUtils.dateTimeOrNull(data['timestamp'])!;