PerformanceTransaction class

Performance transaction data class (follows JavaScript pattern)

Constructors

PerformanceTransaction({required String name, String? description, required DateTime startTime, required int startNanoTime, int? autofinishWithStepsCount})

Properties

activeSteps Map<String, PerformanceStep>
final
autofinishWithStepsCount int?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startNanoTime int
final
startTime DateTime
final
steps List<FinishedPerformanceStep>
final

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