menu
scene_dash_v2_core package
documentation
advanced.dart
SystemAccess
SystemAccess.new const constructor
SystemAccess.new const constructor
dark_mode
light_mode
SystemAccess
constructor
const
SystemAccess
(
{
Set
<
Type
>
reads
=
const <Type>{}
,
Set
<
Type
>
writes
=
const <Type>{}
,
})
Implementation
const SystemAccess({ this.reads = const <Type>{}, this.writes = const <Type>{}, });
scene_dash_v2_core package
documentation
advanced
SystemAccess
SystemAccess.new const constructor
SystemAccess class