MyCardModel constructor

MyCardModel(
  1. List<Object> products,
  2. String shopId
)

Implementation

MyCardModel(this.products,this.shopId);