ZegoBeautyParamConfig constructor

ZegoBeautyParamConfig(
  1. ZegoBeautyPluginEffectsType type,
  2. bool isSelected, {
  3. int value = 0,
})

Implementation

ZegoBeautyParamConfig(this.type, this.isSelected, {this.value = 0});