CheckStockAssetDetails constructor
const
CheckStockAssetDetails({
- Key? key,
- CheckStockContentModel? modelProduct,
- int? categoryId,
- String? categoryName,
Implementation
const CheckStockAssetDetails(
{super.key, this.modelProduct, this.categoryId, this.categoryName});