InetAddress.address_n

Obtains a slice to the binary address in from this.addr, that is, for IPv4 the sin_addr or for IPv6 the sin6_addr field, respectively.

struct InetAddress(bool IPv6 = false)
void[]
address_n
()

Return Value

Type: void[]

a slice to the binary address data from this.addr.

Meta