Config constructor

Config({
  1. required String initialOobis,
})

Implementation

Config({
  required this.initialOobis,
});