[SYNC]
This commit is contained in:
@@ -103,6 +103,9 @@ 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));
|
||||||
|
|
||||||
/// 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user