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