name property
String
get
name
Implementation
String get name => _name;
set
name
(String name)
Implementation
set name(String name) => _name = name;