StatData class

Constructors

StatData({String appName = "", String appVersion = "", bool isAndroid = false, String androidId = "", String androidVer = "", bool isPhysicalDevice = false, bool isWindows = false, String computerName = "", int numberOfCores = 0, int systemMemoryInMegabytes = 0, bool isWeb = false, String userAgent = "", String pointName = "", String locale = "", bool debug = false, String time = "", String error = "", String internet = "", String screenSize = ""})
StatData.clone(StatData source)
factory
StatData.fromJson(Map<String, dynamic> data)
factory

Properties

androidId String
getter/setter pair
androidVer String
getter/setter pair
appName String
getter/setter pair
appVersion String
getter/setter pair
computerName String
getter/setter pair
debug bool
getter/setter pair
error String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internet String
getter/setter pair
isAndroid bool
getter/setter pair
isPhysicalDevice bool
getter/setter pair
isWeb bool
getter/setter pair
isWindows bool
getter/setter pair
locale String
getter/setter pair
numberOfCores int
getter/setter pair
pointName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSize String
getter/setter pair
systemMemoryInMegabytes int
getter/setter pair
time String
getter/setter pair
userAgent String
getter/setter pair

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