reveal property
Future Function(T, [dynamic])
get
reveal
Implementation
_i2.Future<_i2.dynamic> Function(
T, [
_i2.dynamic,
]) get reveal => (
T p0, [
_i2.dynamic p1,
]) =>
_i5.promiseToFuture(_i5.callMethod(
_i5.getProperty(
this,
'reveal',
),
r'call',
[
this,
p0,
p1 ?? _i6.undefined,
],
));
set
reveal
(Future value(T, [dynamic]))
Implementation
set reveal(
_i2.Future<_i2.dynamic> Function(
T, [
_i2.dynamic,
]) value) {
_i5.setProperty(
this,
'reveal',
_i5.allowInterop(value),
);
}