AggregateServiceBase constructor

AggregateServiceBase()

Implementation

AggregateServiceBase() {
  $addMethod($grpc.ServiceMethod<$1.AggregateMessage, $1.AggregateMessage>(
      'Method',
      method_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.AggregateMessage.fromBuffer(value),
      ($1.AggregateMessage value) => value.writeToBuffer()));
}