toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final infoType = this.infoType;
final redactAllText = this.redactAllText;
final redactionColor = this.redactionColor;
return {
'infoType': ?infoType,
'redactAllText': ?redactAllText,
'redactionColor': ?redactionColor,
};
}