PromptReference constructor

PromptReference({
  1. required String name,
  2. String? title,
})

Implementation

PromptReference({required this.name, this.title});