CollectStockSuccess constructor

const CollectStockSuccess({
  1. Key? key,
  2. required OwnershipChangeModel model,
})

Implementation

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