TypesIpAddress.ipv6 constructor

const TypesIpAddress.ipv6(
  1. (int, int, int, int, int, int, int, int) payload
)

Implementation

const factory TypesIpAddress.ipv6(
  (int, int, int, int, int, int, int, int) payload,
) = TypesIpAddressIpv6;