JiraExpressionComplexity class
Details about the complexity of the analysed Jira expression.
Constructors
-
JiraExpressionComplexity({required String expensiveOperations, Map<
String, dynamic> ? variables}) -
JiraExpressionComplexity.fromJson(Map<
String, Object?> json) -
factory
Properties
- expensiveOperations → String
-
Information that can be used to determine how many
expensive operations
the evaluation of the expression will perform. This information may be a
formula or number. For example:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variables
→ Map<
String, dynamic> ? -
Variables used in the formula, mapped to the parts of the expression they
refer to.
final
Methods
-
copyWith(
{String? expensiveOperations, Map< String, dynamic> ? variables}) → JiraExpressionComplexity -
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