fullName2 property

String fullName2

Implementation

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