emailTypes property

List<String?>? emailTypes

@return optional descriptions of the type of each e-mail. It could be like "WORK", but, there is no guaranteed or standard format.

Implementation

List<String?>? get emailTypes => _emailTypes;