Root extension type

Represents a root directory or file that the server can operate on.

on

Constructors

Root.new({required String uri, String? name})
factory
Root.fromMap(Map<String, Object?> _value)

Properties

name String?
An optional name for the root.
no setter
uri String
The URI identifying the root.
no setter