Conditions class

Annotations
  • @JsonSerializable.new(fieldRename: FieldRename.kebab, createToJson: false)

Constructors

Conditions({EnableCondition? enableIf, RequiredCondition? requiredIf, List<LabelCondition>? labelValueIf})
const
Conditions.fromJson(Map<String, dynamic> json)
factory

Properties

enableIf → EnableCondition?
final
hashCode → int
The hash code for this object.
no setterinherited
labelValueIf → List<LabelCondition>?
final
requiredIf → RequiredCondition?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(Map<String, InputValue> values) → ConditionEvalResult
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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