Exports typedef

Exports = Map<String, ExportValue<Object, ExportValue<Object, dynamic>>>

Export object map for an instantiated module.

Implementation

typedef Exports = Map<String, ExportValue>;