Name property

String? Name
Gets or sets the name of this period.

Implementation

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

Implementation

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