allocation property

Implementation

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

Implementation

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