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