CheckStockAssetDetails constructor

const CheckStockAssetDetails({
  1. Key? key,
  2. CheckStockContentModel? modelProduct,
  3. int? categoryId,
  4. String? categoryName,
})

Implementation

const CheckStockAssetDetails(
    {super.key, this.modelProduct, this.categoryId, this.categoryName});