copyWith method

AssetResponse$Response copyWith({
  1. AssetInfoSchema? asset,
})

Implementation

AssetResponse$Response copyWith({AssetInfoSchema? asset}) {
  return AssetResponse$Response(asset: asset ?? this.asset);
}