BatchGetAssetsHistoryResponse constructor

BatchGetAssetsHistoryResponse({
  1. List<TemporalAsset>? assets,
})

Implementation

BatchGetAssetsHistoryResponse({
  this.assets,
});