FeatureFlag class
Airship feature flag object.
Properties
- exists → bool
-
Indicates whether the flag exists in the current flag listing or not.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEligible → bool
-
Indicates whether the device is eligible or not for the flag.
final
- original → dynamic
-
The original flag json from which the original FeatureFlag can be constructed
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variables
→ Map<
String, Object?> ? -
Optional variables associated with the flag.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- EXISTS → const String
- IS_ELIGIBLE → const String
- ORIGINAL → const String
- VARIABLES → const String