firexcode
laravel
Condition
Condition constructor
Condition
firexcode
laravel
Condition
Condition constructor
Condition class
Constructors
Condition
Properties
falseValue
hashCode
runtimeType
trueValue
Methods
check
noSuchMethod
oneCheck
toString
Operators
operator ==
Condition
constructor
Condition
(
{
dynamic
trueValue
,
dynamic
falseValue
}
)
Implementation
Condition({this.trueValue, this.falseValue});