InvalidFlavorsFileException constructor

const InvalidFlavorsFileException(
  1. String message, {
  2. String? path,
  3. String? flavor,
  4. String? keyPath,
})

Implementation

const InvalidFlavorsFileException(
  this.message, {
  this.path,
  this.flavor,
  this.keyPath,
});