errorType property

String? get errorType
override

Implementation

String? get errorType => _$this._errorType;
set errorType (covariant String? errorType)
covariantoverride

Implementation

set errorType(covariant String? errorType) => _$this._errorType = errorType;