UserConfig constructor

UserConfig(
  1. String reseller,
  2. String stb,
  3. String subscriber
)

Implementation

UserConfig(this.reseller, this.stb, this.subscriber);