ArticleACardSlide<A extends dynamic> constructor
const
ArticleACardSlide<A extends dynamic> (
- dynamic calibre,
- A article,
- TicketsInvoker ticketsInvoker,
- ClosingStockShopsInvoker closingStockShopsInvoker,
Implementation
const ArticleACardSlide(
this.calibre,
this.article,
this.ticketsInvoker,
this.closingStockShopsInvoker,
);