DeviceServerToken class

Constructors

DeviceServerToken({required int id, required String? deviceId, required String? deviceName, required String? deviceType, String? deviceIsp, String? deviceOsVersion, String? deviceIp, String? deviceCountry, String? deviceCity, String? deviceLocation, String? deviceZip, String? deviceIifd, required String? devicePublicKey, required int rewardTypeId, required String? createdAt, required String? updatedAt})

Properties

createdAt String?
final
deviceCity String?
final
deviceCountry String?
final
deviceId String?
final
deviceIifd String?
final
deviceIp String?
final
deviceIsp String?
final
deviceLocation String?
final
deviceName String?
final
deviceOsVersion String?
final
devicePublicKey String?
final
deviceType String?
final
deviceZip String?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
rewardTypeId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
final

Methods

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

Operators

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

Static Methods

fromJson(Map json) DeviceServerToken