PrimitiveBooleanShape constructor

PrimitiveBooleanShape([
  1. void updates(
    1. PrimitiveBooleanShapeBuilder
    )
])

Implementation

factory PrimitiveBooleanShape([
  void Function(PrimitiveBooleanShapeBuilder) updates,
]) = _$PrimitiveBooleanShape;