telephone property

String? get telephone

The telephone number of the document holder.

Implementation

String? get telephone => _map["telephone"] as String?;