SendNotificationInputOptions class

Constructors

SendNotificationInputOptions({int? senderType = 0, dynamic signer, required NOTIFICATION_TYPE type, required IDENTITY_TYPE identityType, NotificationOptions? notification, PayloadOptions? payload, dynamic recipients, required String channel, Graph? graph, String? ipfsHash, String? chatId, String? pgpPrivateKey, String? pgpPublicKey})

Properties

channel String
getter/setter pair
chatId String?
getter/setter pair
graph Graph?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identityType IDENTITY_TYPE
getter/setter pair
ipfsHash String?
getter/setter pair
notification NotificationOptions?
getter/setter pair
payload PayloadOptions?
getter/setter pair
pgpPrivateKey String?
getter/setter pair
pgpPublicKey String?
getter/setter pair
recipients ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderType int?
getter/setter pair
signer ↔ dynamic
getter/setter pair
type NOTIFICATION_TYPE
getter/setter pair

Methods

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