ip property

String? get ip

Returns the first available IP address (IPv4 or IPv6)

Implementation

String? get ip => ip4 ?? ip6;