ConfigFile constructor

ConfigFile({
  1. String? fileContents,
  2. String? filePath,
  3. String? fileType,
})

Implementation

ConfigFile({
  this.fileContents,
  this.filePath,
  this.fileType,
});