Connection class

A connection with an other party (issuer, verifier,...).

Annotations
  • @HiveType(typeId: 1)

Constructors

Connection(String hdPath, String otherDid, String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
hdPath String
HD-Path for own key.
getter/setter pair
name String
A nma efor this connection.
getter/setter pair
otherDid String
Did of the other party.
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
toString() String
A string representation of this object.
override

Operators

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