tone property

String tone

Implementation

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

Implementation

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