isBoutiqueInput property

bool get isBoutiqueInput

Implementation

bool get isBoutiqueInput =>
    this == spend ||
    this == spendDeferred ||
    this == stockIn ||
    this == inventory;