Match class

The part of a profile that contains a recommendation found during analysis.

Constructors

Match({String? frameAddress, int? targetFramesIndex, double? thresholdBreachValue})
Match.fromJson(Map<String, dynamic> json)
factory

Properties

frameAddress String?
The location in the profiling graph that contains a recommendation found during analysis.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetFramesIndex int?
The target frame that triggered a match.
final
thresholdBreachValue double?
The value in the profile data that exceeded the recommendation threshold.
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