AssetsList constructor

AssetsList({
  1. String? serialNumber,
  2. String? productCode,
})

Implementation

AssetsList({this.serialNumber, this.productCode});