utcTimestamp property
      
      String
      get
      utcTimestamp
      
    
    
    
Implementation
String get utcTimestamp =>
    _timestamp.toUtc().add(timeDelta).toIso8601String();String get utcTimestamp =>
    _timestamp.toUtc().add(timeDelta).toIso8601String();