list property

ShapeRefBuilder get list

Implementation

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

Implementation

set list(covariant ShapeRefBuilder? list) => _$this._list = list;