ParsedJqlQuery class

Details of a parsed JQL query.

Constructors

ParsedJqlQuery({List<String>? errors, required String query, JqlQuery? structure})
ParsedJqlQuery.fromJson(Map<String, Object?> json)
factory

Properties

errors List<String>
The list of syntax or validation errors.
final
hashCode int
The hash code for this object.
no setterinherited
query String
The JQL query that was parsed and validated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure JqlQuery?
The syntax tree of the query. Empty if the query was invalid.
final

Methods

copyWith({List<String>? errors, String? query, JqlQuery? structure}) ParsedJqlQuery
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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