FieldValueClause class
A clause that asserts the current value of a field. For example, summary ~ test
.
Constructors
- FieldValueClause({required JqlQueryField field, required JqlQueryClauseOperand operand, required FieldValueClauseOperator operator$})
-
FieldValueClause.fromJson(Map<
String, Object?> json) -
factory
Properties
- field → JqlQueryField
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operand → JqlQueryClauseOperand
-
final
- operator$ → FieldValueClauseOperator
-
The operator between the field and operand.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{JqlQueryField? field, JqlQueryClauseOperand? operand, FieldValueClauseOperator? operator$}) → FieldValueClause -
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