ConfigSource constructor
      
      ConfigSource({ 
    
    
- List<
ConfigFile> ? files, - String? id,
 
Implementation
ConfigSource({
  this.files,
  this.id,
});
ConfigSource({
  this.files,
  this.id,
});