[SYNC]
This commit is contained in:
@@ -136,6 +136,7 @@ class AstromicFormController extends FormController {
|
|||||||
for (String hostedValueID in valueIDs) {
|
for (String hostedValueID in valueIDs) {
|
||||||
print('Trying to validate $hostedValueID in $_hostedValues');
|
print('Trying to validate $hostedValueID in $_hostedValues');
|
||||||
print(_hostedValues.containsKey(hostedValueID));
|
print(_hostedValues.containsKey(hostedValueID));
|
||||||
|
print(_hostedValues[hostedValueID]!.$2);
|
||||||
print(_hostedValues[hostedValueID]!.$1);
|
print(_hostedValues[hostedValueID]!.$1);
|
||||||
print(_hostedValues[hostedValueID]!.$1 == null);
|
print(_hostedValues[hostedValueID]!.$1 == null);
|
||||||
if (_hostedValues.containsKey(hostedValueID) && _hostedValues[hostedValueID]!.$2 && _hostedValues[hostedValueID]!.$1 == null) {
|
if (_hostedValues.containsKey(hostedValueID) && _hostedValues[hostedValueID]!.$2 && _hostedValues[hostedValueID]!.$1 == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user