create property

ShapeRefBuilder get create

Implementation

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

Implementation

set create(covariant ShapeRefBuilder? create) => _$this._create = create;