FrameworkAdapter constructor
      
      FrameworkAdapter({})
     
    
    
Implementation
FrameworkAdapter({
  required this.key,
  required this.installCommand,
  required this.buildCommand,
  required this.outputDirectory,
  required this.fallbackFile,
});