lastName property

String? get lastName

The last name of the user

Implementation

String? get lastName => _lastName;