Condition class Null safety

Implemented types

Constructors

Condition([void updates(ConditionBuilder)?])
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
id String
read-only
name String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
subConditionsIds BuiltSet<String>
read-only

Methods

allParents() BuiltSet<LocalizedType<Condition>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
parent() LocalizedType<Condition>?
rebuild(dynamic updates(ConditionBuilder)) Condition
Rebuilds the instance.
inherited
subConditions() BuiltSet<LocalizedType<Condition>>
toBuilder() ConditionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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