LinkedDataProof class
- Implemented types
Constructors
- LinkedDataProof({required String type, required String proofPurpose, required String verificationMethod, required DateTime created, String? proofValue, String? challenge, String? jws, String? domain})
- LinkedDataProof.fromJson(dynamic jsonObject)
Properties
- challenge ↔ String?
-
getter/setter pair
- created ↔ DateTime
-
getter/setter pair
- domain ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jws ↔ String?
-
getter/setter pair
- proofPurpose ↔ String
-
getter/setter pair
- proofValue ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pair
- verificationMethod ↔ String
-
getter/setter pair
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