ConfigFile constructor

ConfigFile(
  1. File file,
  2. Map<String, dynamic> defaultValue, {
  3. List<String> route = const [],
})

Implementation

ConfigFile(this.file, this.defaultValue, {this.route = const []});