parseTransportableFile abstract method

TransportableFile? parseTransportableFile(
  1. Mapping pnf
)

Parses a structured Map into a TransportableFile instance.

pnf: Map representation of PNF (matches format 3 JSON structure)

Returns: TransportableFile instance, or null if parsing fails

Implementation

TransportableFile? parseTransportableFile(Mapping pnf);