fullName property

String? get fullName

Implementation

String? get fullName => _$this._fullName;
set fullName (String? fullName)

Implementation

set fullName(String? fullName) => _$this._fullName = fullName;