PublicKeyMixin mixin

Common members for public keys that are enhanced with encoding information.

The public key has a collection of properties, which may be empty.

The source indicated the fragment of text the public key was decoded from, if it was created by decoding a string.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
properties Properties
Properties associated with the public key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source PubTextSource?
Section of text the public key was decoded from and the format decoded.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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