Condition class Null safety
- Implemented types
Constructors
- Condition([void updates(ConditionBuilder)?])
-
factory
Properties
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