OSDeviceState class

Constructors

OSDeviceState(Map<String, dynamic> json)

Properties

emailAddress String?
getter/setter pair
emailSubscribed bool
getter/setter pair
emailUserId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasNotificationPermission bool
getter/setter pair
notificationPermissionStatus OSNotificationPermission?
getter/setter pair
pushDisabled bool
getter/setter pair
pushToken String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smsNumber String?
getter/setter pair
smsSubscribed bool
getter/setter pair
smsUserId String?
getter/setter pair
subscribed bool
getter/setter pair
userId String?
getter/setter pair

Methods

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

Operators

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