CollectStockAssetDetails constructor

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

Implementation

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