FolderHost class

Constructors

FolderHost({required String path, required String alias})

Properties

alias String
is the alias for the folder path, will map to the actual folder path
path: /folder/path => alias: images
final
hashCode int
The hash code for this object.
no setterinherited
path String
is the actual path for the folder you want to host should end with /
if not it will be added automatically to be on the format /path/to/folder/
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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