Context class final
Properties
- debugName → String
-
final
- environment → Environment
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent → Context?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sessions
→ List<
Session> -
final
Methods
-
find<
T> (Find< T> finder) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read<
T> (Config< T> config) → T -
run<
R> (R body()) → R -
session<
T extends Session?> () → T -
toString(
) → String -
A string representation of this object.
inherited
-
withSession<
R> (Session session, R body()) → R
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
maybeOfZone(
) → Context? -
ofZone(
) → Context -
zoneFind<
T> (Find< T> finder) → T -
zoneRead<
T> (Config< T> config) → T -
zoneSession<
T extends Session?> () → T