loopbackIPv6 property

InternetAddress loopbackIPv6
final

Implementation

static final loopbackIPv6 = InternetAddress._(
  '::1',
  'localhost',
  InternetAddressType.IPv6,
);