This commit is contained in:
2025-03-23 16:20:15 +02:00
parent 207f3b842d
commit 0b221db241

View File

@@ -97,7 +97,7 @@ class AstromicFormController extends FormController {
/// Get the value of a hosted state variable using it's ID. /// Get the value of a hosted state variable using it's ID.
T? getValue<T>(String id) { T? getValue<T>(String id) {
prepareValue(id, false); prepareValue(id, false);
return _hostedValues[id]?.$1.$1; return _hostedValues[id]?.$1?.$1;
} }
@override @override