Id property

String? Id
Gets or sets the id of this period.

Implementation

String? get Id => this.id;
void Id=(String? value)

Implementation

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