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