menu
instadiv package
documentation
state/div_bloc.dart
ApiLoadedState
getViewById method
getViewById method
dark_mode
light_mode
getViewById
method
Map
<
String
,
dynamic
>
?
getViewById
(
String
id
)
Implementation
Map<String, dynamic>? getViewById(String id) { return idJsonMap[id]; }
instadiv package
documentation
state/div_bloc
ApiLoadedState
getViewById method
ApiLoadedState class