errorText property

void errorText=(String errorText)

Implementation

set errorText(String errorText) {
  _errorText = errorText;
}