OrganizationServiceClient constructor
      
      OrganizationServiceClient(
    
    
- ClientChannel channel, {
- CallOptions? options,
- Iterable<ClientInterceptor> ? interceptors,
Implementation
OrganizationServiceClient($grpc.ClientChannel channel,
    {$grpc.CallOptions? options,
    $core.Iterable<$grpc.ClientInterceptor>? interceptors})
    : super(channel, options: options,
      interceptors: interceptors);