PrerequisiteFlagCondition class

Describes a condition that is based on a prerequisite flag.

Annotations
  • @JsonSerializable()

Constructors

PrerequisiteFlagCondition(String prerequisiteFlagKey, int prerequisiteComparator, SettingValue? value)
PrerequisiteFlagCondition.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
prerequisiteComparator int
The operator which defines the relation between the evaluated value of the prerequisite flag and the comparison value.
final
prerequisiteFlagKey String
The key of the prerequisite flag that the condition is based on.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value SettingValue?
The value that the evaluated value of the prerequisite flag is compared to. Can be a value of the following types: {@link Boolean}, {@link String}, {@link Integer} or {@link Double}.
final

Methods

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

Operators

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