NotificareDevice class

Annotations

Constructors

NotificareDevice({required String id, String? userId, String? userName, required double timeZoneOffset, required String osVersion, required String sdkVersion, required String appVersion, required String deviceString, required String language, required String region, required String transport, NotificareDoNotDisturb? dnd, required Map<String, String> userData, required DateTime lastRegistered})
NotificareDevice.fromJson(Map<String, dynamic> json)
factory

Properties

appVersion String
final
deviceString String
final
dnd NotificareDoNotDisturb?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
language String
final
lastRegistered DateTime
final
osVersion String
final
region String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersion String
final
timeZoneOffset double
final
transport String
final
userData Map<String, String>
final
userId String?
final
userName String?
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