NetworkConfig constructor
      
      NetworkConfig({ 
    
    
- String? connectionType,
- String? ipAllocation,
- String? network,
- PrivateServiceConnectConfig? privateServiceConnectConfig,
Implementation
NetworkConfig({
  this.connectionType,
  this.ipAllocation,
  this.network,
  this.privateServiceConnectConfig,
});