AssetList constructor

AssetList({
  1. List<String>? assetIds,
})

Implementation

AssetList({
  this.assetIds,
});