BrazeFeatureFlag class

Constructors

BrazeFeatureFlag(String _data)

Properties

enabled bool
Is this flag currently enabled?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
ID of the feature flag
getter/setter pair
properties Map
Map of optional additional properties of the feature flag
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBooleanProperty(String key) bool?
Returns a bool of the additional properties for the given ID Returns null if the key is not a boolean property
getNumberProperty(String key) num?
Returns a num of the additional properties for the given ID Returns null if the key is not a number
getStringProperty(String key) String?
Returns a string of the additional properties for the given ID Returns null if the key is not a string property
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