loopbackIPv4 property

InternetAddress loopbackIPv4
final

Implementation

static final loopbackIPv4 = InternetAddress._(
  '127.0.0.1',
  'localhost',
  InternetAddressType.IPv4,
);