Config constructor

Config({
  1. List<Write>? change,
  2. List<Read>? read,
  3. List<Write>? write,
})

Implementation

Config({this.change, this.read, this.write});