lastName property

String? lastName
getter/setter pair

An optional parameter to set the user last name, if set will override the name property.

Implementation

String? lastName;