CompleteRequest extension type
A request from the client to the server, to ask for completion options.
Constructors
- CompleteRequest.new({required Reference ref, required CompletionArgument argument, MetaWithProgressToken? meta})
-
factory
-
CompleteRequest.fromMap(Map<
String, Object?> _value)
Properties
- argument → CompletionArgument
-
The argument's information.
no setter
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited
- ref → Reference
-
A reference to the thing to complete.
no setter
Constants
- methodName → const String