PinwheelAllocation constructor

PinwheelAllocation([
  1. dynamic updates(
    1. PinwheelAllocationBuilder b
    )
])

Implementation

factory PinwheelAllocation([updates(PinwheelAllocationBuilder b)]) =
    _$PinwheelAllocation;