toJson method

Map<String, dynamic> toJson()

Implementation

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