SignatureObject class
Signature of a didcomm signed message
- Implemented types
Constructors
-
SignatureObject({Map<
String, dynamic> ? protected, Map<String, dynamic> ? header, required String signature}) - SignatureObject.fromJson(dynamic jsonObject)
Properties
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