Condition class final

Constructors

Condition({required ConditionKind kind, required Expr body})
const
Condition.fromJson(Map<String, Object?> json)
factory
Condition.fromProto(Condition proto)
factory

Properties

body Expr
final
hashCode int
The hash code for this object.
no setteroverride
kind ConditionKind
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toProto() → Condition
toString() String
A string representation of this object.
override

Operators

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