ArticleACardSlide<A extends dynamic> constructor

const ArticleACardSlide<A extends dynamic>(
  1. dynamic calibre,
  2. A article,
  3. TicketsInvoker ticketsInvoker,
  4. ClosingStockShopsInvoker closingStockShopsInvoker,
)

Implementation

const ArticleACardSlide(
  this.calibre,
  this.article,
  this.ticketsInvoker,
  this.closingStockShopsInvoker,
);