QueryString class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
queries
→ List<QueryPart>
-
Public getter to access the parsed query parts
no setter
-
query
→ String?
-
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(PageNode node, {bool simplify = true, Map<String, dynamic>? initialVariables})
→ dynamic
-
-
getCollection(PageNode node, {bool simplify = true, Map<String, dynamic>? initialVariables})
→ Iterable<PageNode>
-
override
-
getCollectionValue(PageNode node, {Map<String, dynamic>? initialVariables})
→ Iterable
-
override
-
getValue(PageNode node, {String separator = '\n', Map<String, dynamic>? initialVariables})
→ String
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override