isBoutiqueOutput property

bool get isBoutiqueOutput

Implementation

bool get isBoutiqueOutput =>
    this == sell ||
    this == sellDeferred ||
    this == stockOut ||
    this == inventory;