fullName property

String? fullName

Property getter and setter for fullName:

Implementation

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

Implementation

set fullName(String? fullName);