CollectStockAssetDetails constructor

CollectStockAssetDetails({
  1. Key? key,
  2. required CollectStockHistoryDetailsContentModel model,
})

Implementation

CollectStockAssetDetails({super.key, required this.model});