timestamp property
      
      DateTime
      get
      timestamp
      
    
    
Временная метка.
Implementation
DateTime get timestamp {
  _CDate res = _CRoadEventPhoto_timestamp(_CRoadEventPhotoMakeDefault().._impl=_self);
  return res._toDart();
}