SubCondition class
- Inheritance
-
- Object
- FCondition
- SubCondition
Constructors
-
SubCondition({required FConditionType conditionType, required ConditionParameter firstParameter, required ConditionParameter secondParameter, required List<
SubCondition> subConditions, required SubConditionOperator operator}) -
const
Properties
- conditionType → FConditionType
-
finalinherited
- firstParameter → ConditionParameter
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator → SubConditionOperator
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondParameter → ConditionParameter
-
finalinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited -
subConditions
→ List<
SubCondition> -
finalinherited
Methods
-
and(
bool firstCondition, bool secondCondition) → bool -
inherited
-
copyWith(
{ConditionParameter? firstParameter, ConditionParameter? secondParameter, FConditionType? conditionType, List< SubCondition> ? subConditions, SubConditionOperator? operator}) → SubCondition -
override
-
getValue<
T> (BuildContext context, T ifTrue(), T ifFalse(), int loop, dynamic inputValue) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or(
bool firstCondition, bool secondCondition) → bool -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → SubCondition -
override