PayloadData class

Inner payload data structure

Annotations
  • @JsonSerializable.new()

Constructors

PayloadData({String? deviceId, String? brand, String? model, String? systemName, String? systemVersion, String? appVersion, String? buildNumber, String? packageName, String? manufacturer, String? deviceName, String? deviceType, MongoLong? totalMemory, MongoLong? usedMemory, bool? isTablet, String? adId, String? androidId, String? idfv, String? platform, String? osVersion, String? screenResolution, String? timezone, String? locale, String? batteryLevel, bool? isCharging, bool? isJailbroken, bool? isRooted, bool? hasNotch, bool? hasDynamicIsland, String? timestamp, NetworkPayload? network, LocationPayload? location, String? email, String? name, String? phone})
const
PayloadData.fromJson(Map<String, dynamic> json)
factory

Properties

adId String?
final
androidId String?
final
appVersion String?
final
batteryLevel String?
final
brand String?
final
buildNumber String?
final
deviceId String?
final
deviceName String?
final
deviceType String?
final
email String?
final
hasDynamicIsland bool?
final
hashCode int
The hash code for this object.
no setterinherited
hasNotch bool?
final
idfv String?
final
isCharging bool?
final
isJailbroken bool?
final
isRooted bool?
final
isTablet bool?
final
locale String?
final
location LocationPayload?
final
manufacturer String?
final
model String?
final
name String?
final
network NetworkPayload?
final
osVersion String?
final
packageName String?
final
phone String?
final
platform String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenResolution String?
final
systemName String?
final
systemVersion String?
final
timestamp String?
final
timezone String?
final
totalMemory MongoLong?
final
usedMemory MongoLong?
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