toJson method
Implementation
Map<String, dynamic> toJson() => {
"callbackConfig": callbackConfig?.toJson(),
"cleanStrategy": wrapperSessionScanResultCleanStrategyConfigValues.reverse[cleanStrategy],
"imageContainer": imageContainer?.toJson(),
"imageParameters": imageParameters?.toJson(),
};