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