systemDefaultId property

  1. @override
String systemDefaultId
override

Returns this source's ID for the system default time zone.

The ID for the system default time zone for this source, or null if the system default time zone has no mapping in this source.

Implementation

@override
String get systemDefaultId => TzdbIndex.localId;