[0.1.2]
This commit is contained in:
@@ -98,7 +98,7 @@ class AstromicFormController extends FormController {
|
|||||||
T? getValue<T>(String id) {
|
T? getValue<T>(String id) {
|
||||||
prepareValue(id, false);
|
prepareValue(id, false);
|
||||||
|
|
||||||
if (_hostedValues[id]?.$1 is T?) {
|
if (_hostedValues[id]?.$1 is (T?, bool)) {
|
||||||
return _hostedValues[id]?.$1;
|
return _hostedValues[id]?.$1;
|
||||||
} else {
|
} else {
|
||||||
throw FlutterError('Value found but is not of the type $T, it\'s of type ${_hostedValues[id]?.$1.runtimeType}');
|
throw FlutterError('Value found but is not of the type $T, it\'s of type ${_hostedValues[id]?.$1.runtimeType}');
|
||||||
|
|||||||
Reference in New Issue
Block a user