ReadResourceRequest extension type
Sent from the client to the server, to read a specific resource URI.
Constructors
- ReadResourceRequest.new({required String uri, MetaWithProgressToken? meta})
-
factory
-
ReadResourceRequest.fromMap(Map<
String, Object?> _value)
Properties
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited
- uri → String
-
The URI of the resource to read. The URI can use any protocol; it is
up to the server how to interpret it.
no setter
Constants
- methodName → const String