fillContext property
void Function(dynamic, [bool?])
get
fillContext
Implementation
void Function(
_i2.dynamic, [
_i2.bool?,
]) get fillContext => (
_i2.dynamic p0, [
_i2.bool? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'fillContext',
),
r'call',
[
this,
p0,
p1 ?? _i5.undefined,
],
);
set
fillContext
(void value(dynamic, [bool?]))
Implementation
set fillContext(
void Function(
_i2.dynamic, [
_i2.bool?,
]) value) {
_i4.setProperty(
this,
'fillContext',
_i4.allowInterop(value),
);
}