TDPresetProperties class

Constructors

TDPresetProperties(Map<String, dynamic> presetProperties)

Properties

appVersion String?
getter/setter pair
bundleId String?
getter/setter pair
carrier String?
getter/setter pair
deviceId String?
getter/setter pair
deviceModel String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manufacture String?
getter/setter pair
networkType String?
getter/setter pair
os String?
getter/setter pair
osVersion String?
getter/setter pair
presetProperties Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenHeight int?
getter/setter pair
screenWidth int?
getter/setter pair
systemLanguage String?
getter/setter pair
zoneOffset double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEventPresetProperties() Map<String, dynamic>?
Generate prefabricated event properties. You cannot set prefabricated event properties to user prefabricated properties
toString() String
A string representation of this object.
inherited

Operators

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