phones property

List<String>? phones
getter/setter pair

List of phones of the user, Strings in E.164 format, i.e. 38516419710.

Implementation

List<String>? phones;