toLocalDateTime method
Returns the underlying UTC DateTime converted to local timezone. The time component will always be 00:00:00 in the local timezone. This is primarily used for display purposes.
Implementation
DateTime toLocalDateTime() => _dateTime.toLocal();