error property

Implementation

PinwheelErrorBuilder get error =>
    _$this._error ??= new PinwheelErrorBuilder();
set error (covariant PinwheelErrorBuilder? error)
covariant

Implementation

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