ConfigFile constructor

ConfigFile({
  1. String? content,
})

Implementation

ConfigFile({
  this.content,
});