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