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