PromptReference constructor

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

Creates a PromptReference.

Implementation

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