GRPCAction constructor

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

Implementation

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