Resources extension type
Resources parameter for ServerCapabilities.
Constructors
- Resources.new({bool? listChanged, bool? subscribe})
-
factory
-
Resources.fromMap(Map<
String, Object?> _value)
Properties
- listChanged ↔ bool?
-
Whether this server supports notifications for changes to the resource
list.
getter/setter pair
- subscribe ↔ bool?
-
Present if the server offers any resources to read.
getter/setter pair