versionId property

  1. @override
String get versionId
override

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!;
set versionId (String? value)
inherited

Gets the version ID of this provider.

Implementation

late final String? versionId;