utcTimestamp property

String utcTimestamp

Implementation

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