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