encode method
Implementation
Object encode() {
return <Object?>[
effectId,
path,
loopCount,
sendEnabled,
sendVolume,
playbackEnabled,
playbackVolume,
startTimestamp,
sendWithAudioType,
progressInterval,
];
}