Condition_Operator class final

Defines the valid operators that can be applied to a key-value pair.

Inheritance
  • Object
  • ProtoEnum
  • Condition_Operator

Constructors

Condition_Operator(String value)
const
Condition_Operator.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

$default → const Condition_Operator
The default value for Condition_Operator.
equal → const Condition_Operator
Supported by numeric & string.
excludes → const Condition_Operator
Supported by string only when CustomMetadata value type for the given key has a string_list_value.
greater → const Condition_Operator
Supported by numeric.
greaterEqual → const Condition_Operator
Supported by numeric.
includes → const Condition_Operator
Supported by string only when CustomMetadata value type for the given key has a string_list_value.
less → const Condition_Operator
Supported by numeric.
lessEqual → const Condition_Operator
Supported by numeric.
notEqual → const Condition_Operator
Supported by numeric & string.
operatorUnspecified → const Condition_Operator
The default value. This value is unused.