toJson method

Map<String, dynamic> toJson()

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!,
};