MatchFunctionServiceBase constructor

MatchFunctionServiceBase()

Implementation

MatchFunctionServiceBase() {
  $addMethod($grpc.ServiceMethod<$5.RunRequest, $5.RunResponse>(
      'Run',
      run_Pre,
      false,
      true,
      ($core.List<$core.int> value) => $5.RunRequest.fromBuffer(value),
      ($5.RunResponse value) => value.writeToBuffer()));
}