AttachmentData class

represents the data in a didcomm message attachment

Implemented types

Constructors

AttachmentData({dynamic jws, String? hash, List<String>? links, String? base64, dynamic json})
AttachmentData.fromJson(dynamic jsonData)

Properties

base64 String?
getter/setter pair
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json ↔ dynamic
getter/setter pair
jws ↔ dynamic
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveData() Future<void>
sign(WalletStore wallet, dynamic didToSignWith) Future<void>
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
verifyJws(String expectedDid) Future<bool>

Operators

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