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