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