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