WeaverApplication class

Constructors

WeaverApplication(Fabric fabric, {Map<Spec, Factory> factories = const {}, required String configDir, List<String> arguments = const [], HotReloader? reloader})

Properties

arguments List<String>
final
configDir String
final
fabric → Fabric
final
factories Map<Spec, Factory>
final
hashCode int
The hash code for this object.
no setterinherited
reloader → HotReloader?
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
start() Future
toString() String
A string representation of this object.
inherited

Operators

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