AllConnectionStrings constructor

AllConnectionStrings({
  1. String? high,
  2. String? low,
  3. String? medium,
})

Implementation

AllConnectionStrings({
  this.high,
  this.low,
  this.medium,
});