toLocal method Null safety
Returns this DateTime value in the local time zone.
Returns this if it is already in the local time zone.
Implementation
DateTime toLocal() => _value.toLocal();
Returns this DateTime value in the local time zone.
Returns this if it is already in the local time zone.
DateTime toLocal() => _value.toLocal();