fullName property

String fullName

Implementation

String get fullName => (username ?? '') + '@' + (domain ?? '');