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