FNDeviceInfo class

Constructors

FNDeviceInfo({required String? deviceType, required String? deviceLanguage, required String? identifierForVendor, required String? deviceIMEI, required String? systemVersion, required String? deviceCountry, required String? deviceTimeZone, required String? deviceName, required String? localizedModel, required String? deviceModel, required String? deviceManufacturer, required String? deviceBrand, required String? deviceProduct, required String? deviceHardware, required String? deviceOSVersion, required String? deviceSDKVersion, required String? deviceID})
FNDeviceInfo.fromJson(Map json)
factory

Properties

deviceBrand String?
final
deviceCountry String?
final
deviceHardware String?
final
deviceID String?
final
deviceIMEI String?
final
deviceLanguage String?
final
deviceManufacturer String?
final
deviceModel String?
final
deviceName String?
final
deviceOSVersion String?
final
deviceProduct String?
final
deviceSDKVersion String?
final
deviceTimeZone String?
final
deviceType String?
final
hashCode int
The hash code for this object.
no setterinherited
identifierForVendor String?
final
localizedModel String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemVersion String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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