output property

ShapeRefBuilder get output

Implementation

ShapeRefBuilder get output => _$this._output ??= new ShapeRefBuilder();
set output (covariant ShapeRefBuilder? output)
covariant

Implementation

set output(covariant ShapeRefBuilder? output) => _$this._output = output;