firstName property

String? firstName

Property getter and setter for firstName:

Implementation

String? get firstName;
void firstName=(String? firstName)

Implementation

set firstName(String? firstName);