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