ProfilerTrace class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
-
ProfilerTrace({required Iterable<
String> resources, required Iterable<ProfilerFrame> frames, required Iterable<ProfilerStack> stacks, required Iterable<ProfilerSample> samples}) -
factory
Properties
-
frames
↔ Iterable<
ProfilerFrame> -
Available on ProfilerTrace, provided by the PropsProfilerTrace extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
resources
↔ Iterable<
String> -
Available on ProfilerTrace, provided by the PropsProfilerTrace extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
samples
↔ Iterable<
ProfilerSample> -
Available on ProfilerTrace, provided by the PropsProfilerTrace extension
getter/setter pair -
stacks
↔ Iterable<
ProfilerStack> -
Available on ProfilerTrace, provided by the PropsProfilerTrace extension
getter/setter pair
Methods
-
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