MissingInverseSectionTagException class

Indicates that the request value wasn't provided in a {{^foo}} tag

Constructors

MissingInverseSectionTagException(TemplateException e, Map? sourceVariables)

Properties

hashCode int
The hash code for this object.
no setterinherited
humanReadableVariable String
for logging or informing the user which variable is missing beneath maps
no setterinherited
parentCollections List<String?>?
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"]
no setterinherited
parentCollectionsWithRequest List<String>
Same as parentCollections but with the request added at the end
no setterinherited
parentCollectionsWithVarName List<String?>
Same as parentCollections but with the varName added at the end
no setterinherited
recasing String?
The eventual recasing part of the request, like camelCase
no setterinherited
request String
The complete requested variable string, like varName_constantCase
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
varName String?
The variable part of the request, like varName
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited