factory PromptReference({required String name, String? title}) => PromptReference.fromMap({ 'name': name, 'title': title, 'type': expectedType, });