GoogleCloudAiplatformV1Port.fromJson constructor
GoogleCloudAiplatformV1Port.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1Port.fromJson(core.Map json_)
: this(
containerPort: json_['containerPort'] as core.int?,
);