ResourceReference extension type
A reference to a resource or resource template definition.
Constructors
- ResourceReference.new({required String uri})
-
factory
-
ResourceReference.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 ResourceReference.
no setterinherited
- type → String
-
This should always be expectedType.
no setteroverride
- uri → String
-
The URI or URI template of the resource.
no setter
Constants
- expectedType → const String