error property

String error
inherited

Implementation

String get error {
  String msg = _error;
  _error = '';
  return msg;
}