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