Application class

Constructors

Application()

Properties

hashCode int
The hash code for this object.
no setterinherited
options Options
Commandline options
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timerForPageRefresh Timer
{timerForPageRefresh} waits 500ms before refreshing the page If there are more PageRefresh-Requests withing 500ms only the last refresh will be made
getter/setter pair
timerWatch Timer
{timerWatch} waits 500ms until all watched folders and files updated
getter/setter pair
timerWatchCss Timer
{timerWatchCss} waits 500ms before it calls it's watch-functions. If there are more watch-events within 500ms only the last event counts
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> args) Future<int>
serve(Config config) → void
toString() String
A string representation of this object.
inherited
watch(String folder, Config config) → void

Operators

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