JiraExpressionsComplexityValueBean class

Constructors

JiraExpressionsComplexityValueBean({required int limit, required int value})
JiraExpressionsComplexityValueBean.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
limit int
The maximum allowed complexity. The evaluation will fail if this value is exceeded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The complexity value of the current expression.
final

Methods

copyWith({int? limit, int? value}) JiraExpressionsComplexityValueBean
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