copyWithWrapped method

Implementation

AssetInfoScreenerResponse$Response copyWithWrapped(
    {Wrapped<AssetInfoScreenerSchema>? asset}) {
  return AssetInfoScreenerResponse$Response(
      asset: (asset != null ? asset.value : this.asset));
}