selectBestAvailable property

BestAvailableBuilder selectBestAvailable

Implementation

BestAvailableBuilder get selectBestAvailable =>
    _$this._selectBestAvailable ??= new BestAvailableBuilder();
void selectBestAvailable=(BestAvailableBuilder? selectBestAvailable)

Implementation

set selectBestAvailable(BestAvailableBuilder? selectBestAvailable) =>
    _$this._selectBestAvailable = selectBestAvailable;