PublicKeyMixin mixin Null safety
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.
- Superclass Constraints
- Implemented by
Constructors
Properties
- properties → Properties
-
Properties associated with the public key. [...]
final
- source → PubTextSource?
-
Section of text the public key was decoded from and the format decoded. [...]
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited