BaseEffect constructor

BaseEffect(
  1. {String effectKey}
)

takes String effectKey param

Implementation

BaseEffect({this.effectKey});