AssetList constructor

AssetList({
  1. String? purchaseOrderDate,
  2. String? id,
})

Implementation

AssetList({this.purchaseOrderDate, this.id});