FileSystemRoot class

The Root implementation provided by the Serinus team. It allows to use the templates on your file system.

Inheritance

Constructors

FileSystemRoot.new(String rootPath, {String? notFoundCallback()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
notFoundCallback String? Function()?
final
rootPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(String path) → Source
Synchronously resolves a template path to a Source
override
resolveAsync(String relPath) Future<Source>
Asynchronously resolves a template path to a Source
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited