MastodonProofSignature class
Signature information for an identity proof.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- MastodonProofSignature({required String sigHash, required String kbUsername})
-
Creates a MastodonProofSignature with the given fields.
const
-
MastodonProofSignature.fromJson(Map<
String, dynamic> json) -
Creates a MastodonProofSignature from a JSON map.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kbUsername → String
-
Username on Keybase.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sigHash → String
-
Hash value of the signature.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serializes to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited