roots property

List<Root> get roots

Locally configured roots (URI / filesystem boundaries the server is allowed to operate in). Mutations push notifications/roots/list_changed to the server.

Implementation

List<Root> get roots => List.unmodifiable(_roots);