import/fdl_parser library

Classes

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

Functions

clean(Map<String, dynamic> obj) Map<String, dynamic>
Remove null / empty-string / empty-map entries (shallow). Mirrors the JS clean() so mapping + parity stay byte-for-byte equivalent to the TS source.

Exceptions / Errors

FdlParseError
Thrown for any malformed or unrecognized FDL export input.