ReflectionServiceBase constructor

ReflectionServiceBase()

Implementation

ReflectionServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.ListAllInterfacesRequest,
          $0.ListAllInterfacesResponse>(
      'ListAllInterfaces',
      listAllInterfaces_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListAllInterfacesRequest.fromBuffer(value),
      ($0.ListAllInterfacesResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ListImplementationsRequest,
          $0.ListImplementationsResponse>(
      'ListImplementations',
      listImplementations_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ListImplementationsRequest.fromBuffer(value),
      ($0.ListImplementationsResponse value) => value.writeToBuffer()));
}