timezone property

  1. @override
String? get timezone
override

The IANA timezone id associated with this date, or null if none.

Implementation

@override
String? get timezone => _timezone ?? 'local';