Clustering.fromJson constructor
Clustering.fromJson(
- Map json_
Implementation
Clustering.fromJson(core.Map json_)
: this(
fields: (json_['fields'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);