importStylesheet property
void Function(Node)
get
importStylesheet
Implementation
void Function(_i3.Node) get importStylesheet =>
(_i3.Node p0) => _i4.callMethod(
_i4.getProperty(
this,
'importStylesheet',
),
r'call',
[
this,
p0,
],
);
set
importStylesheet
(void value(Node))
Implementation
set importStylesheet(void Function(_i3.Node) value) {
_i4.setProperty(
this,
'importStylesheet',
_i4.allowInterop(value),
);
}