PrimitiveDoubleShape constructor

PrimitiveDoubleShape([
  1. void updates(
    1. PrimitiveDoubleShapeBuilder
    )
])

Implementation

factory PrimitiveDoubleShape([
  void Function(PrimitiveDoubleShapeBuilder) updates,
]) = _$PrimitiveDoubleShape;