isWithCustomer property

bool get isWithCustomer

Implementation

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