fullName property

String fullName

Implementation

String get fullName => ('${'${firstName ?? ''} ${middleName ?? ''}'.trim()} ${lastName ?? ''}').trim();