timestamp property
      
      int?
      get
      timestamp
      
    
    
    
Implementation
_i2.int? get timestamp => _i4.getProperty(
      this,
      'timestamp',
    );
      
      set
      timestamp
      (int? value) 
      
    
    
    
Implementation
set timestamp(_i2.int? value) {
  _i4.setProperty(
    this,
    'timestamp',
    value ?? _i6.undefined,
  );
}