mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-09 21:09:14 +00:00
Mobile Client: Action Form: using final
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user