dbNames constant
Names on the database of the different categories paths
Implementation
static const List<String> dbNames = const <String>[
"drinks",
"food",
"utilities"
]
Names on the database of the different categories paths
static const List<String> dbNames = const <String>[
"drinks",
"food",
"utilities"
]