toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bucketingConfig != null) 'bucketingConfig': bucketingConfig!,
  if (characterMaskConfig != null)
    'characterMaskConfig': characterMaskConfig!,
  if (cryptoDeterministicConfig != null)
    'cryptoDeterministicConfig': cryptoDeterministicConfig!,
  if (cryptoHashConfig != null) 'cryptoHashConfig': cryptoHashConfig!,
  if (cryptoReplaceFfxFpeConfig != null)
    'cryptoReplaceFfxFpeConfig': cryptoReplaceFfxFpeConfig!,
  if (dateShiftConfig != null) 'dateShiftConfig': dateShiftConfig!,
  if (fixedSizeBucketingConfig != null)
    'fixedSizeBucketingConfig': fixedSizeBucketingConfig!,
  if (redactConfig != null) 'redactConfig': redactConfig!,
  if (replaceConfig != null) 'replaceConfig': replaceConfig!,
  if (replaceDictionaryConfig != null)
    'replaceDictionaryConfig': replaceDictionaryConfig!,
  if (replaceWithInfoTypeConfig != null)
    'replaceWithInfoTypeConfig': replaceWithInfoTypeConfig!,
  if (timePartConfig != null) 'timePartConfig': timePartConfig!,
};