allocation property

PinwheelAllocationBuilder get allocation

Implementation

PinwheelAllocationBuilder get allocation =>
    _$this._allocation ??= PinwheelAllocationBuilder();
set allocation (covariant PinwheelAllocationBuilder? allocation)
covariant

Implementation

set allocation(covariant PinwheelAllocationBuilder? allocation) =>
    _$this._allocation = allocation;