Map<String, dynamic> toJson() { return { 'id': id, 'text': text, 'createdAt': createdAt.toIso8601String(), 'userId': userId, }; }