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