ModularFlags constructor

ModularFlags({
  1. bool experimentalNotAllowedParentBinds = false,
  2. bool isCupertino = false,
  3. bool isDebug = true,
})

Implementation

ModularFlags({
  this.experimentalNotAllowedParentBinds = false,
  this.isCupertino = false,
  this.isDebug = true,
});