exports property
Object
get
exports
A JsObject
representing instantiated module's exports.
This object may be directly cast to an anonymous JS class representing the exported members to avoid accessing them via maps.
Implementation
Object get exports => jsObject.exports;