versionId property
Gets the version ID of this provider. This is simply the DateTimeZoneSource.versionId returned by the underlying source.
Implementation
@override
String get versionId => _source.versionId!;
Gets the version ID of this provider.
Implementation
late final String? versionId;