toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (characterMaskConfig != null)
    'characterMaskConfig': characterMaskConfig!,
  if (cryptoHashConfig != null) 'cryptoHashConfig': cryptoHashConfig!,
  if (dateShiftConfig != null) 'dateShiftConfig': dateShiftConfig!,
  if (infoTypes != null) 'infoTypes': infoTypes!,
  if (redactConfig != null) 'redactConfig': redactConfig!,
  if (replaceWithInfoTypeConfig != null)
    'replaceWithInfoTypeConfig': replaceWithInfoTypeConfig!,
};