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