CustomApp constructor

CustomApp({
  1. String? languageCode,
  2. List<Organization>? organizations,
  3. String? packageName,
  4. String? title,
})

Implementation

CustomApp({
  this.languageCode,
  this.organizations,
  this.packageName,
  this.title,
});