copyWithWrapped method
Implementation
AssetListResponseV2$Response copyWithWrapped(
{Wrapped<List<AssetInfoSchemaV2>>? assetList}) {
return AssetListResponseV2$Response(
assetList: (assetList != null ? assetList.value : this.assetList));
}