code property

ErrorCode? get code

Implementation

ErrorCode? get code => _$this._code;
set code (ErrorCode? code)

Implementation

set code(ErrorCode? code) => _$this._code = code;