Analytics constructor

Analytics(
  1. String xAddr,
  2. bool ruleSupport,
  3. bool analyticsModuleSupport
)

Implementation

Analytics(this.xAddr, this.ruleSupport, this.analyticsModuleSupport);