toMsg method
Implementation
FTCEffectConfigMsg toMsg() {
return FTCEffectConfigMsg()
..codecTypeValue = codecType?.index
..animTypeValue = animType?.index
..freezeFrame = freezeFrame?.index
..extendMapParams = extendMapParams;
}
FTCEffectConfigMsg toMsg() {
return FTCEffectConfigMsg()
..codecTypeValue = codecType?.index
..animTypeValue = animType?.index
..freezeFrame = freezeFrame?.index
..extendMapParams = extendMapParams;
}