SimpleExecutionContext class

Implemented types

Constructors

SimpleExecutionContext(CancellationToken cancellationToken, Iterable<LoggerProperty> loggerProperties, [ExecutionContext? prevContext])
const

Properties

cancellationToken CancellationToken
final
hashCode int
The hash code for this object.
no setterinherited
loggerProperties Iterable<LoggerProperty>
final
prevContext ExecutionContext?
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
toString() String
A string representation of this object.
inherited
traceOf<T extends ExecutionContext>() List<T>
override
WithCancellationToken(CancellationToken cancellationToken) ExecutionContext
override
WithLoggerProperty(String propertyName, dynamic propertyValue) ExecutionContext
override

Operators

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