value property
      
      String
      get
      value
      
    
    
    
Implementation
String get value {
  switch (this) {
    case RTCIceTransportPolicy.all:
      return 'all';
    case RTCIceTransportPolicy.relay:
      return 'relay';
  }
}