SparseVectorConfig constructor
SparseVectorConfig({
- Iterable<
MapEntry< ? map,String, SparseVectorParams> >
Implementation
factory SparseVectorConfig({
$core.Iterable<$core.MapEntry<$core.String, SparseVectorParams>>? map,
}) {
final $result = create();
if (map != null) {
$result.map.addEntries(map);
}
return $result;
}