Query$user$user$residentialAddress$owner$phone constructor

Query$user$user$residentialAddress$owner$phone({
  1. String? number,
  2. String? countryCode,
})

Implementation

Query$user$user$residentialAddress$owner$phone({
  this.number,
  this.countryCode,
});