copyWith method

Implementation

AssetListResponseV2$Response copyWith({List<AssetInfoSchemaV2>? assetList}) {
  return AssetListResponseV2$Response(assetList: assetList ?? this.assetList);
}