EPAddress constructor

EPAddress({
  1. String? address,
})

Implementation

EPAddress({String? address}) : super(address: address);