PublicKeySummary class

Contains information about a public key.

Constructors

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

Properties

comment String?
A comment to describe the public key.
final
createdTime DateTime
The date and time when the public key was uploaded.
final
encodedKey String
The public key.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the public key.
final
name String
A name to help identify the public key.
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