GoogleCloudRecommendationengineV1beta1FeatureMapStringList.fromJson constructor
GoogleCloudRecommendationengineV1beta1FeatureMapStringList.fromJson(
- Map _json
Implementation
GoogleCloudRecommendationengineV1beta1FeatureMapStringList.fromJson(
core.Map _json)
: this(
value: _json.containsKey('value')
? (_json['value'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);