fullName property

String fullName

Implementation

String get fullName => _fullName;
void fullName=(String fullName)

Implementation

set fullName(String fullName) => _fullName = fullName;