copyWith method
Implementation
AssetInfoScreenerResponse$Response copyWith(
{AssetInfoScreenerSchema? asset}) {
return AssetInfoScreenerResponse$Response(asset: asset ?? this.asset);
}
AssetInfoScreenerResponse$Response copyWith(
{AssetInfoScreenerSchema? asset}) {
return AssetInfoScreenerResponse$Response(asset: asset ?? this.asset);
}