collectionOperations property
SetBuilder<ShapeRef>
get
collectionOperations
Implementation
SetBuilder<ShapeRef> get collectionOperations =>
_$this._collectionOperations ??= new SetBuilder<ShapeRef>();
Implementation
set collectionOperations(
covariant SetBuilder<ShapeRef>? collectionOperations) =>
_$this._collectionOperations = collectionOperations;