AvailableEffect constructor
const
AvailableEffect({})
Available Effect constructor.
Implementation
const AvailableEffect({
required this.premiumRequired,
required this.id,
required this.emoticon,
this.staticIconId,
required this.effectStickerId,
this.effectAnimationId,
}) : super._();