toUtc property
DateTime
get
toUtc
Converts this date to UTC
Implementation
DateTime get toUtc => DateCalculations.toUTC(this);
Converts this date to UTC
DateTime get toUtc => DateCalculations.toUTC(this);