TryOnCollection.fromDashboardCollection constructor
TryOnCollection.fromDashboardCollection(
- TryOnProductCollection element
Implementation
factory TryOnCollection.fromDashboardCollection(TryOnProductCollection element) =>
TryOnCollection(
id: element.id,
name: element.name,
totalProducts: element.totalProducts,
productList: element.productList);