phoneTypes property

List<String?>? phoneTypes

@return optional descriptions of the type of each phone number. It could be like "HOME", but, there is no guaranteed or standard format.

Implementation

List<String?>? get phoneTypes => _phoneTypes;