TextPrompt constructor

TextPrompt({
  1. required String text,
})

Implementation

TextPrompt({required this.text}) : super(fullyQualifiedName);