fullName property

String? get fullName

Gets the full name of the Contact

Implementation

String? get fullName => this._fullName;