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