fullName property
String
get
fullName
Returns the person's full name with space between first and last name
Implementation
String get fullName => "$firstName $lastName";
Returns the person's full name with space between first and last name
String get fullName => "$firstName $lastName";