fullName property
String
get
fullName
Implementation
String get fullName => _fullName;
set
fullName
(String fullName)
Implementation
set fullName(String fullName) => _fullName = fullName;