fullName property

String? get fullName

Property getter and setter for fullName:

Implementation

String? get fullName;
set fullName (String? fullName)

Implementation

set fullName(String? fullName);