RemoteConfigVariant constructor

RemoteConfigVariant(
  1. String id,
  2. bool adServerEnabled,
  3. bool logServerEnabled,
  4. List<double>? textFontSizeTransition,
  5. List<double>? iconScaleTransition,
  6. int? textOpacity,
)

Implementation

RemoteConfigVariant(this.id, this.adServerEnabled, this.logServerEnabled,
    this.textFontSizeTransition, this.iconScaleTransition, this.textOpacity);