Request class

Annotations
  • @JsonSerializable()

Constructors

Request({String? id, Destination? origin, List<String>? scopes, String? version, Destination? destination, String? senderId, Network? network, AppMetadata? appMetadata, String? sourceAddress, String? senderID, String? signingType, String? payload})
Request.fromJson(Map<String, dynamic> json)
factory

Properties

appMetadata AppMetadata?
getter/setter pair
destination Destination?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
permission
getter/setter pair
network Network?
getter/setter pair
origin Destination?
getter/setter pair
payload String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
getter/setter pair
senderID String?
getter/setter pair
senderId String?
getter/setter pair
signingType String?
getter/setter pair
sourceAddress String?
signInPayLoad extra fields
getter/setter pair
version String?
getter/setter pair

Methods

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

Operators

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