speakAs property

String speakAs

Implementation

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

Implementation

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