Address constructor

Address(
  1. String type,
  2. String? ip4Address
)

Implementation

Address(this.type, this.ip4Address);