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