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