PublicKeySummary class

A complex data type for public key information.

Constructors

PublicKeySummary({required DateTime createdTime, required String encodedKey, required String id, required String name, String? comment})
PublicKeySummary.fromXml(XmlElement elem)
factory

Properties

comment String?
Comment for public key information summary.
final
createdTime DateTime
Creation time for public key information summary.
final
encodedKey String
Encoded key for public key information summary.
final
hashCode int
The hash code for this object.
no setterinherited
id String
ID for public key information summary.
final
name String
Name for public key information summary.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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