ConfigSource constructor

ConfigSource({
  1. List<ConfigFile>? files,
  2. String? id,
})

Implementation

ConfigSource({this.files, this.id});