importComponentSetByKeyAsync property
Future<ComponentSetNode> Function(String)
get
importComponentSetByKeyAsync
Implementation
_i2.Future<_i3.ComponentSetNode> Function(_i2.String)
get importComponentSetByKeyAsync =>
(_i2.String p0) => _i5.promiseToFuture(_i5.callMethod(
_i5.getProperty(
this,
'importComponentSetByKeyAsync',
),
r'call',
[
this,
p0,
],
));
set
importComponentSetByKeyAsync
(Future<ComponentSetNode> value(String))
Implementation
set importComponentSetByKeyAsync(
_i2.Future<_i3.ComponentSetNode> Function(_i2.String) value) {
_i5.setProperty(
this,
'importComponentSetByKeyAsync',
_i5.allowInterop(value),
);
}