ModuleContext class

Constructors

ModuleContext({String entrypoint = 'main'})

Properties

entrypoint String
Entrypoint of current app.
final
hashCode int
The hash code for this object.
no setterinherited
module ThrioModule
Module of module context.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>(String key) → T?
Get param value of key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on<T>(String key) Stream<T>?
Subscribe to a series of param by key.
remove<T>(String key) → T?
Remove param with key.
set<T>(String key, T value) bool
Set param value with key.
toString() String
A string representation of this object.
override

Operators

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