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