ShelfVirtualDirectory class

Constructors

ShelfVirtualDirectory(String folderPath, {String defaultFile = 'index.html', String default404File = '404.html', bool showLogs = true})
Creates a instance of ShelfVirtualDirectory

Properties

cascade → Cascade
Returns a instance of Cascade
no setter
default404File String
final
defaultFile String
final
folderPath String
final
handler → Handler
Creates a instance of Handler
no setter
hashCode int
The hash code for this object.
no setterinherited
router → Router
Returns a instance of Router
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLogs bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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