Document({required this.id, required this.text, Map<String, dynamic>? metadata, this.distance}) : metadata = metadata ?? <String, dynamic>{};