PrivateKeyMixin mixin Null safety

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

The private key may have a comment.

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

Superclass Constraints
Implemented by

Constructors

PrivateKeyMixin()

Properties

comment String?
Comment associated with the private key. [...]
read / write
source PvtTextSource?
Section of text the private 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