MarketPricesReply constructor
MarketPricesReply({
- Iterable<
MarketPriceInfo> ? marketPrice,
Implementation
factory MarketPricesReply({
$core.Iterable<MarketPriceInfo>? marketPrice,
}) {
final $result = create();
if (marketPrice != null) {
$result.marketPrice.addAll(marketPrice);
}
return $result;
}