Address constructor

Address(
  1. dynamic xmlType,
  2. dynamic xmlIp4Address
)

Implementation

Address(this.xmlType, this.xmlIp4Address);