GoogleCloudContentwarehouseV1EnumValue.fromJson constructor
GoogleCloudContentwarehouseV1EnumValue.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1EnumValue.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);