EmbeddedConfig constructor

const EmbeddedConfig(
  1. String key, {
  2. List<String>? path,
})

Implementation

const EmbeddedConfig(this.key, {this.path});