parentCollections property

List<String?>? parentCollections
inherited

The maps that contains the missing value. For example, [a,b] means that the missing variable with varName 'missing' should be stored in variablesResolver["a"]["b"]["missing"]

Implementation

List<String?>? get parentCollections => _parentCollections;