Name property

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

Implementation

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

Implementation

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