toInt method

int toInt()
inherited

Returns an integer representation of an IP address.

Implementation

int toInt() => _ip.toInt();