EPAddress constructor

EPAddress({
  1. String? address,
})

Constructs an EPAddress from an address string.

Implementation

EPAddress({super.address});