isComplete property
bool Function()
get
isComplete
Implementation
_i2.bool Function() get isComplete => () => _i4.callMethod(
_i4.getProperty(
this,
'isComplete',
),
r'call',
[this],
);
set
isComplete
(bool value())
Implementation
set isComplete(_i2.bool Function() value) {
_i4.setProperty(
this,
'isComplete',
_i4.allowInterop(value),
);
}