toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (aliases != null) 'aliases': aliases!,
if (allowCors != null) 'allowCors': allowCors!,
if (name != null) 'name': name!,
if (target != null) 'target': target!,
};