firstName property

String? firstName
getter/setter pair

First name of the user, if you only have the name as one string you can put the entire value in the firstName field

Implementation

String? firstName;