Name property

String? Name
Gets or sets the name of this time zone definition.

Implementation

String? get Name => this._name;
void Name=(String? value)

Implementation

set Name(String? value) => this._name = value;