GoogleCloudRunV2TCPSocketAction.fromJson constructor
GoogleCloudRunV2TCPSocketAction.fromJson(
- Map json_
Implementation
GoogleCloudRunV2TCPSocketAction.fromJson(core.Map json_)
: this(
port: json_.containsKey('port') ? json_['port'] as core.int : null,
);