NullSafetySummary class

Summary of null safety verification results.

Constructors

NullSafetySummary({required String functionName, required List<NullCheckResult> results})

Properties

definiteNullDereferences List<NullCheckResult>
All definitely null dereferences.
no setter
functionName String
final
hashCode int
The hash code for this object.
no setterinherited
nullCount int
Number of definitely null dereferences.
no setter
potentialNullDereferences List<NullCheckResult>
All potentially unsafe results (definitely null or unknown).
no setter
results List<NullCheckResult>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeCount int
Number of provably safe dereferences.
no setter
totalCount int
Total number of dereferences.
no setter
unknownCount int
Number of unknown dereferences.
no setter

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