InternalBackendConfiguration class
Configurable Items between SDK & Backend
- ABTesting
- UIStyle (CardView color, background, font, etc.)
- Enable features (video pins, navigation pin, etc.)
- Annotations
-
- @protected
- @JsonSerializable.new()
Constructors
- InternalBackendConfiguration()
-
InternalBackendConfiguration.fromJson(Map<
String, dynamic> json) -
factory
- InternalBackendConfiguration.init(bool applyRemoteConfig)
Properties
- applyRemoteConfig ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleProperty ↔ StylePropertyInternal
-
getter/setter pair
- variantID ↔ String
-
getter/setter pair
- version → String
-
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