diff --git a/lib/src/form/src/controller.dart b/lib/src/form/src/controller.dart index 9222085..dafa833 100644 --- a/lib/src/form/src/controller.dart +++ b/lib/src/form/src/controller.dart @@ -104,7 +104,7 @@ class AstromicFormController extends FormController { } /// Get all the hosted values IDs. - List get allValuesIDs => List.from(_hostedValues.entries.map((MapEntry entry) => entry.key)); + Map get allValues => _hostedValues; /// Get the value of a hosted state variable using it's ID. T? getValue(String id) {