fixed doc comments

This commit is contained in:
Nico
2025-06-18 15:58:01 +02:00
parent d1d5761b0a
commit 3686cfd018
9 changed files with 12 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ class _VarTextFieldState extends State<VarTextField> {
}
/// Load previous values from the appropriate database
/// @return Future<List<String>> List of previous values
/// @return Future[List[String]] List of previous values
Future<List<String>> _loadData() async {
List<Map<String, dynamic>> entries = [];
List<Map<String, dynamic>> templatesEntries = [];