menu
nesteggdb package
documentation
egg.dart
Egg
getSubEgg method
getSubEgg method
dark_mode
light_mode
getSubEgg
method
Map
<
String
,
dynamic
>
?
getSubEgg
(
String
subEggId
)
Implementation
Map<String, dynamic>? getSubEgg(String subEggId) { return data['subEggs']?[subEggId]; }
nesteggdb package
documentation
egg
Egg
getSubEgg method
Egg class