toJson method

Map<String, dynamic> toJson()

Implementation

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