toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowlist != null) 'allowlist': allowlist!,
if (dropLargeObjects != null) 'dropLargeObjects': dropLargeObjects!,
if (rejectlist != null) 'rejectlist': rejectlist!,
};