Id property

String? get Id
Gets or sets the Id of this time zone definition.

Implementation

String? get Id => this._id;
set Id (String? value)

Implementation

set Id(String? value) => this._id = value;