isInstallmentSale property

bool get isInstallmentSale

Implementation

bool get isInstallmentSale =>
    statusId == UserScanningStateEnum.INSTALLMENT_SALE.id;