AppIdentity class

App Identity

Constructors

AppIdentity({Uri? uri, Uri? icon, String? name})
The dApp's identity information.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Uri?
A relative path from uri to an image asset file of an icon identifying the dApp endpoint making the authorization request.
final
name String?
The display name of the dApp making the authorization request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri?
A URI representing the web address associated with the dApp endpoint making this authorization request. If present, it must be an absolute, hierarchical URI.
final

Methods

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

Operators

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