CollectStockAssetDetails constructor
CollectStockAssetDetails({
- Key? key,
- required CollectStockHistoryDetailsContentModel model,
Implementation
CollectStockAssetDetails({super.key, required this.model});