FunctionMetrics class

Metrics for a single function with file context.

Constructors

FunctionMetrics({required String filePath, required String functionName, required MaintainabilityResult result})
const

Properties

filePath String
final
functionName String
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
no setter
result MaintainabilityResult
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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