fullName property

String get fullName

Implementation

String get fullName {
  return "$givenName $familyName";
}