toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (intersection != null) 'intersection': intersection!,
if (maxAge != null) 'maxAge': maxAge!,
if (maxNumVersions != null) 'maxNumVersions': maxNumVersions!,
if (union != null) 'union': union!,
};