boolRights property

BoolRights boolRights
final

Implementation

static final boolRights = BoolRights(
  canExportData: true,
  canGiveDiscount: true,
  canSeeStats: true,
  canSetPromo: true,
  canStockMovement: true,
  canStockInventory: true,
  canSellOutOfCatalog: true,
  canSpendOutOfCatalog: true,
  canPurchase: true,
  canImportTickets: true,
  canUpdateContactBalanceOffline: true,
);