displayName property

String displayName

Implementation

String get displayName => '${firstName ?? ''} ${lastName ?? ''}';