getCurrentTimestampUTC top-level property
String
get
getCurrentTimestampUTC
Get the current timestamp in UTC format.
Returns a string in the format of yyyy-MM-ddTHH:mm:ss.SSS'Z'
.
Implementation
String get getCurrentTimestampUTC => formatTimestampForUTC(DateTime.now());