Converts to JSON.
Map<String, dynamic> toJson() => { 'value': value, 'annotations': annotations.map((a) => a.toJson()).toList(), };