[SYNC]
This commit is contained in:
@@ -104,7 +104,7 @@ class AstromicFormController extends FormController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Get all the hosted values IDs.
|
/// 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.
|
/// Get the value of a hosted state variable using it's ID.
|
||||||
T? getValue<T>(String id) {
|
T? getValue<T>(String id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user