EffectBase constructor

EffectBase(
  1. {String effectKey}
)

takes String effectKey param

Implementation

EffectBase({this.effectKey});