exports property
List<ModuleExportDescriptor> Function(Module)
get
exports
Implementation
static _i2.List<_i3.ModuleExportDescriptor> Function(_i3.Module)
get exports => (_i3.Module p0) => ((_i5.callMethod(
_i5.getProperty(
_i8.target642,
'exports',
),
r'call',
[
_i8.target642,
p0,
],
)) as _i2.List)
.cast();
set
exports
(List<ModuleExportDescriptor> value(Module))
Implementation
static set exports(
_i2.List<_i3.ModuleExportDescriptor> Function(_i3.Module) value) {
_i5.setProperty(
_i8.target642,
'exports',
_i5.allowInterop(value),
);
}