fullname property

String get fullname

Returns the full name of the user.

Implementation

String get fullname => '$firstname $lastname';