MessageRawData class

Constructors

MessageRawData({required String fromCAIP10, required String toCAIP10, required String fromDID, required String toDID, required String encType, required String encryptedSecret, required String signature, required String sigType, required String verificationProof, required String previousReference})
MessageRawData.fromJson(Map<String, dynamic> data)
factory

Properties

encryptedSecret String
final
encType String
final
fromCAIP10 String
final
fromDID String
final
hashCode int
The hash code for this object.
no setterinherited
previousReference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
final
sigType String
final
toCAIP10 String
final
toDID String
final
verificationProof 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.
inherited

Operators

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