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