exports property
T
get
exports
The public API exported by this extension (return value of activate
).
It is an invalid action to access this field before this extension has been activated.
Implementation
T get exports => _i5.getProperty(
this,
'exports',
);