GoogleCloudAiplatformV1FeatureViewDataKey.fromJson constructor
GoogleCloudAiplatformV1FeatureViewDataKey.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeatureViewDataKey.fromJson(core.Map json_)
: this(
key: json_.containsKey('key') ? json_['key'] as core.String : null,
);