isLoopback property

  1. @override
bool get isLoopback
override

Inspects whether the address is loopback address (e.g. 127.0.0.1)

Implementation

@override
bool get isLoopback => this == loopback;