PromptReference extension type
Identifies a prompt.
- on
- Implemented types
Constructors
- PromptReference.new({required String name, String? title})
-
factory
-
PromptReference.fromMap(Map<
String, Object?> _value)
Properties
- isPrompt → bool
-
Whether or not this is a PromptReference.
no setterinherited
- isResource → bool
-
Whether or not this is a ResourceTemplateReference.
no setterinherited
- name → String
-
Intended for programmatic or logical use, but used as a display name in
past specs for fallback (if title isn't present).
no setterinherited
- title → String?
-
A short title for this object.
no setterinherited
- type → String
-
This should always be expectedType.
no setteroverride
Constants
- expectedType → const String