AssetList constructor

AssetList({
  1. int? assetId,
  2. int? productId,
  3. String? productCode,
})

Implementation

AssetList({this.assetId, this.productId, this.productCode});