GoogleCloudMlV1ContainerPort.fromJson constructor

GoogleCloudMlV1ContainerPort.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1ContainerPort.fromJson(core.Map json_)
    : this(
        containerPort: json_.containsKey('containerPort')
            ? json_['containerPort'] as core.int
            : null,
      );