v1Config constructor

const v1Config({
  1. List<v1Feature>? features,
  2. externaldatav1Quorum? quorum,
})

Implementation

const v1Config({
   this.features,
   this.quorum,
});