PhoneticFullName property

String? PhoneticFullName
Gets the full phonetic name from the directory

Implementation

String? get PhoneticFullName =>
    this.PropertyBag[ContactSchema.PhoneticFullName] as String?;