CustomApp constructor
      
      CustomApp({ 
    
    
- String? languageCode,
- List<Organization> ? organizations,
- String? packageName,
- String? title,
Implementation
CustomApp({
  this.languageCode,
  this.organizations,
  this.packageName,
  this.title,
});