isWithSupplier property

bool get isWithSupplier

Implementation

bool get isWithSupplier =>
    this == TicketType.sell ||
    this == TicketType.sellDeferred ||
    this == TicketType.sellCovered;