errorType property

String? errorType
override

Implementation

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

Implementation

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