menu
objd package
documentation
core.dart
Block
getBlockState method
getBlockState method
dark_mode
light_mode
getBlockState
method
Map
<
String
,
dynamic
>
getBlockState
(
)
Implementation
Map<String, dynamic> getBlockState() => { "Name": id, if (states != null) "properties": states, };
objd package
documentation
core
Block
getBlockState method
Block class