SessionParseResult class final
Per-line parse outcomes, parallel to SessionParseBatch.lines.
Constructors
-
SessionParseResult(List<
SessionRecord?> records) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
records
→ List<
SessionRecord?> -
The parsed record for each submitted line, or
nullfor a torn/foreign line — parse failures are DATA here, so the caller's quarantine/skip flow stays byte-identical to the inline path (issue #199 E2/AC4).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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited