Mobile Client: Action Form: using final

This commit is contained in:
Arthi-chaud
2022-03-05 16:13:18 +01:00
parent aada1adc4e
commit bf2aae2f93
+1 -1
View File
@@ -95,7 +95,7 @@ class _ActionFormState extends State<ActionForm> {
return suggestions;
}
Map<String, String> values = {};
final Map<String, String> values = {};
@override
Widget build(BuildContext context) {