statusMessage property

String statusMessage

Implementation

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

Implementation

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