AppsFlyerSettings class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AppsFlyerSettings.new(String? appleAppID, String appsFlyerDevKey, bool httpFallback, String? rokuAppID, bool trackAttributionData, String type, Map<String, List<String>> versionSettings)
AppsFlyerSettings.fromJson(Map<String, dynamic> json)
factory

Properties

appleAppID String?
final
appsFlyerDevKey String
final
hashCode int
The hash code for this object.
no setterinherited
httpFallback bool
final
rokuAppID String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackAttributionData bool
final
type String
final
versionSettings Map<String, List<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