addresses property

List<String> get addresses

Gets the collection of phone numbers of the UserProfile

Implementation

List<String> get addresses => _addresses;