CollectStockHistoryAssetDetailsModel constructor

CollectStockHistoryAssetDetailsModel({
  1. String? assetId,
  2. String? serialNumber,
  3. String? status,
})

Implementation

CollectStockHistoryAssetDetailsModel(
    {this.assetId, this.serialNumber, this.status});