error property

String? error
override

Implementation

String? get error => _$this._error;
void error=(covariant String? error)
covariantoverride

Implementation

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