collectionOperations property

SetBuilder<ShapeRef> get collectionOperations

Implementation

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

Implementation

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