This commit is contained in:
2025-04-15 14:58:14 +02:00
parent 4ce3f8e642
commit 670878c2e7

View File

@@ -104,7 +104,7 @@ class AstromicFormController extends FormController {
}
/// Get all the hosted values IDs.
List<String> get allValuesIDs => List<String>.from(_hostedValues.entries.map((MapEntry<String, (dynamic, bool)> entry) => entry.key));
Map<String, (dynamic,bool)> get allValues => _hostedValues;
/// Get the value of a hosted state variable using it's ID.
T? getValue<T>(String id) {