[0.1.2]
This commit is contained in:
@@ -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;
|
return _hostedValues[id]?.$1.$1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user