fullName property

String fullName

Implementation

String get fullName => (civility != '?') ? '$civility. $name' : name;