utc property

String get utc

Get the current UTC date

Implementation

String get utc {
  return DateFormat(dateFormat).format(_getNow().toUtc());
}