tone property

String get tone

Implementation

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

Implementation

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