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