toLocal property
DateTime
get
toLocal
Converts this date to local time
Implementation
DateTime get toLocal => DateCalculations.toLocal(this);
Converts this date to local time
DateTime get toLocal => DateCalculations.toLocal(this);