Config constructor

const Config({
  1. required String initialOobis,
})

Implementation

const Config({
  required this.initialOobis,
});