root property

String root

Create a HTFileSystemContext Create a HTOverlayContext

Implementation

// factory HTContext.fileSystem(
//     {String? root,
//     List<HTFilterConfig> includedFilter,
//     List<HTFilterConfig> excludedFilter,
//     Map<String, HTSource>? cache}) = HTFileSystemContext;

/// Create a [HTOverlayContext]
// factory HTResourceContext.overlay(
//     {String? root, Map<String, HTSource>? cache}) = HTOverlayContext;

String get root;