factory TextPrompt.fromJson(Map<String, dynamic> json) { return TextPrompt(text: json['text'] ?? ''); }