error property

bool? error

Implementation

bool? get error => _$this._error;
void error=(bool? error)

Implementation

set error(bool? error) => _$this._error = error;