fullName property

String fullName

Implementation

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