ModularFlags constructor

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

Implementation

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