Common constructor

Common({
  1. bool? useNetwork,
  2. bool? useGps,
  3. num? frequencyMs,
})

Implementation

Common({
  this.useNetwork,
  this.useGps,
  this.frequencyMs,
});