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