Config constructor

Config({
  1. List<String> exclude = const [],
  2. bool format = false,
})

Implementation

Config({this.exclude = const [], this.format = false});