ffi property
Object?
get
ffi
Specifies if the ffi
permission should be requested or revoked.
If set to "inherit"
, the current ffi
permission will be inherited.
If set to true
, the global ffi
permission will be requested.
If set to false
, the global ffi
permission will be revoked.
@default {false}
Implementation
_i2.Object? get ffi => _i3.getProperty(
this,
'ffi',
);
set
ffi
(Object? value)
Implementation
set ffi(_i2.Object? value) {
_i3.setProperty(
this,
'ffi',
value ?? _i6.undefined,
);
}