PrimitiveByteShape constructor

PrimitiveByteShape([
  1. void updates(
    1. PrimitiveByteShapeBuilder
    )
])

Implementation

factory PrimitiveByteShape([
  void Function(PrimitiveByteShapeBuilder) updates,
]) = _$PrimitiveByteShape;