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,
);