Condition class final
Filter condition applicable to a single key.
- Inheritance
-
- Object
- ProtoMessage
- Condition
Constructors
- Condition({String? stringValue, double? numericValue, required Condition_Operator operation})
-
Condition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- numericValue → double?
-
The numeric value to filter the metadata on.
final
- operation → Condition_Operator
-
Required. Operator applied to the given key-value pair to trigger the
condition.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue → String?
-
The string value to filter the metadata on.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String