DidcommPlaintextMessage class

A plaintext-Message (json-web message) as per didcomm specification

Implemented types
Implementers

Constructors

DidcommPlaintextMessage({required String id, required String type, required Map<String, dynamic> body, String? replyUrl, List<String>? replyTo, DidcommMessageTyp? typ, String? threadId, String? parentThreadId, DateTime? createdTime, DateTime? expiresTime, List? to, String? from, FromPriorJWT? fromPrior, List<Attachment>? attachments, bool pleaseAck = false, List<String>? ack, WebRedirect? webRedirect, Map<String, dynamic>? additionalHeaders, ReturnRouteValue? returnRoute})
DidcommPlaintextMessage.fromJson(dynamic message)

Properties

ack List<String>?
getter/setter pair
additionalHeaders Map<String, dynamic>?
getter/setter pair
attachments List<Attachment>?
getter/setter pair
body Map<String, dynamic>
getter/setter pair
createdTime DateTime?
getter/setter pair
expiresTime DateTime?
getter/setter pair
from String?
getter/setter pair
fromPrior FromPriorJWT?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
parentThreadId String?
getter/setter pair
pleaseAck List<String>?
getter/setter pair
replyTo List<String>?
getter/setter pair
replyUrl String?
getter/setter pair
returnRoute ReturnRouteValue?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadId String?
getter/setter pair
to List?
getter/setter pair
typ DidcommMessageTyp?
getter/setter pair
type String
getter/setter pair
webRedirect WebRedirect?
getter/setter pair

Methods

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

Operators

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