Inspects whether the address is loopback address (e.g. 127.0.0.1)
@override bool get isLoopback => asUint32 == 0x7F000001;