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