TryOnCollection.fromDashboardCollection constructor

TryOnCollection.fromDashboardCollection(
  1. TryOnProductCollection element
)

Implementation

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