errorText property

String errorText

Implementation

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

Implementation

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