ip4 property

String? get ip4

Network Address Getters Returns the IPv4 address if present

Implementation

/// Returns the IPv4 address if present
String? get ip4 => valueForProtocol('ip4');