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