CollectStockSuccess constructor

const CollectStockSuccess({
  1. Key? key,
  2. required OwnershipChangeModel model,
  3. bool isTimeOut = false,
  4. double? timestamp,
})

Implementation

const CollectStockSuccess({
  super.key,
  required this.model,
  this.isTimeOut = false,
  this.timestamp,
});