toJson method
Method to map the data of a CameraEffectArguments object into a Map and use for channel method call.
This method is used internally for the plugin only.
Implementation
Map<String, dynamic> toJson() {
return {
'argumentKey': argumentKey,
'argumentValue': argumentValue,
'argumentList': argumentList,
};
}