RequestPresentation class

Inheritance

Constructors

RequestPresentation({String? id, required List<PresentationDefinitionWithOptions> presentationDefinition, bool? willConfirm = false, String? goalCode, String? comment, String? replyUrl, List<String>? replyTo, String? parentThreadId, String? threadId, String? from, List<String>? to, DateTime? createdTime, DateTime? expiresTime, bool pleaseAck = false, FromPriorJWT? fromPrior, Map<String, dynamic>? additionalHeaders, WebRedirect? webRedirect, ReturnRouteValue? returnRoute, DidcommMessageTyp? typ})
RequestPresentation.fromJson(dynamic jsonObject)

Properties

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

Methods

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

Operators

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