fullName property Null safety

String fullName

Returns the full name

Implementation

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