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