clone method

Creates a clone of this context that is completely independent of its source.

Implementation

TelemetryContext clone() =>
    TelemetryContext._(Map<String, dynamic>.from(_contextMap));