GatherInvalidEntry class

Captures metadata entries that could not be parsed.

Constructors

GatherInvalidEntry({required String error, Object? rawEntry, int? index})
Creates a record of a metadata entry that failed to parse.
const

Properties

error String
Description of the parsing error.
final
hashCode int
The hash code for this object.
no setterinherited
index int?
Index in the original platform list, when available.
final
rawEntry Object?
The raw entry returned by the platform (may be non-map).
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