dtlsCipher property

String get dtlsCipher

Implementation

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

Implementation

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