ipv6 property
      
      String?
      get
      ipv6
      
    
    
The device's local IPv6 address (undefined if not configured).
Implementation
String? get ipv6 => _wrapped.ipv6;
      
      set
      ipv6
      (String? v) 
      
    
    
    
Implementation
set ipv6(String? v) {
  _wrapped.ipv6 = v;
}