parse static method

TransportableFile? parse(
  1. Object? pnf
)

Implementation

static TransportableFile? parse(Object? pnf) {
  final helper = sharedFormatExtensions.pnfHelper;
  return helper!.parseTransportableFile(pnf);
}