GoogleCloudRunV2GRPCAction.fromJson constructor
GoogleCloudRunV2GRPCAction.fromJson(
- Map json_
Implementation
GoogleCloudRunV2GRPCAction.fromJson(core.Map json_)
: this(
port: json_['port'] as core.int?,
service: json_['service'] as core.String?,
);