addresses property

List<String>? addresses

Gets the collection of phone numbers of the UserProfile

Implementation

List<String>? get addresses => _addresses;