phones property

List<IContactPhone>? phones

Property getter and setter for phones:

Implementation

List<IContactPhone>? get phones;
void phones=(List<IContactPhone>? phones)

Implementation

set phones(List<IContactPhone>? phones);