firstName property

String? get firstName

The first name of the user

Implementation

String? get firstName => _firstName;