AllocationOptions constructor

AllocationOptions({
  1. String? allocationStrategy,
  2. int? firstAvailableRangesLookupSize,
})

Implementation

AllocationOptions({
  this.allocationStrategy,
  this.firstAvailableRangesLookupSize,
});