isLoopback property

bool get isLoopback

True for 127.0.0.0/8.

Implementation

bool get isLoopback => ip.startsWith('127.');