utc property
String
get
utc
Get the current UTC date
Implementation
String get utc {
return DateFormat(dateFormat).format(_getNow().toUtc());
}
Get the current UTC date
String get utc {
return DateFormat(dateFormat).format(_getNow().toUtc());
}