toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (infoType != null) 'infoType': infoType!,
if (redactAllText != null) 'redactAllText': redactAllText!,
if (redactionColor != null) 'redactionColor': redactionColor!,
};