ListRootsResult extension type
The client's response to a roots/list request from the server.
This result contains a list of Root objects, each representing a root directory or file that the server can operate on.
Constructors
-
ListRootsResult.new({required List<
Root> roots, Meta? meta}) -
factory
-
ListRootsResult.fromMap(Map<
String, Object?> _value)