PrimitiveLongShape constructor

PrimitiveLongShape([
  1. void updates(
    1. PrimitiveLongShapeBuilder
    )
])

Implementation

factory PrimitiveLongShape([
  void Function(PrimitiveLongShapeBuilder) updates,
]) = _$PrimitiveLongShape;