dtlsCipher property

String dtlsCipher

Implementation

String get dtlsCipher => js_util.getProperty(this, 'dtlsCipher');
void dtlsCipher=(String newValue)

Implementation

set dtlsCipher(String newValue) {
  js_util.setProperty(this, 'dtlsCipher', newValue);
}