prompts property

List<Prompt> get prompts

Implementation

List<Prompt> get prompts => (_value['prompts'] as List).cast<Prompt>();