FdlParser class

FDL export parsing. All static — mirrors the module-level JS functions.

Constructors

FdlParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

parseCsv(List<String> lines) List<Map<String, dynamic>>
Parse CSV content lines (header + rows) into canonical links.
parseExport(String raw) List<Map<String, dynamic>>
Parse raw export text (JSON, CSV, or newline-delimited URLs) into links.
parseUrl(String url) Map<String, dynamic>
Parse a single FDL URL string into a canonical link map.