FourdgsInspection class

Every record a file frames, and what the summary checksum covers.

Constructors

FourdgsInspection({required FourdgsWalk walk, required FourdgsSummaryCoverage? coverage, String? coverageError})
const

Properties

coverage FourdgsSummaryCoverage?
null when the file declares no summary checksum, which is a property of the file rather than a failure: writing one is an encoder option, and a file written without it has nothing here to verify.
final
coverageError String?
Why there is no coverage when the reason was a fault rather than a choice: a Footer that frames cleanly and will not parse.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walk FourdgsWalk
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