NoopScope class
The No-op implementation of Scope in which all operations are no-op
- Implemented types
Constructors
- NoopScope.new({Span? span})
- Returns a new NoopScope, which will use the supplied Span. If no Span is supplied, a static instance of a NoopSpan will be used.
Properties
Methods
-
close(
) → void -
Mark the end of the active period for the current thread and Scope,
updating the ScopeManager.active in the process.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited