GoogleCloudRunV2GRPCAction constructor

GoogleCloudRunV2GRPCAction({
  1. int? port,
  2. String? service,
})

Implementation

GoogleCloudRunV2GRPCAction({
  this.port,
  this.service,
});