timestamp property

DateTime? timestamp

Optional timestamp that will be displayed in comments. The date will be formatted according to the user's locale and settings.

Implementation

_i2.DateTime? get timestamp => _i5.getProperty(
      this,
      'timestamp',
    );
void timestamp=(DateTime? value)

Implementation

set timestamp(_i2.DateTime? value) {
  _i5.setProperty(
    this,
    'timestamp',
    value ?? _i6.undefined,
  );
}