CompositeAnalyticsTrace class final

Inheritance

Constructors

CompositeAnalyticsTrace(List<AnalyticsTrace> traces, {required List<AnalyticsProvider> providers})

Properties

hashCode int
The hash code for this object.
no setterinherited
providers List<AnalyticsProvider>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traces List<AnalyticsTrace>
final

Methods

getAttributes() Map<String, String>
override
getMetric(String name) int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttributes(Map<String, String> attributes) → void
override
setMetric(String name, int value) → void
override
startChild(String name, String operation) Future<AnalyticsTrace>
override
stop() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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