Keys class

Keys represents a block to set secret and authorized public keys able to read the secret

Constructors

Keys({List<AuthorizedKey>? authorizedKeys, String? secret})
Keys.fromJson(Map<String, dynamic> json)
factory

Properties

authorizedKeys List<AuthorizedKey>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
getter/setter pair

Methods

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

Operators

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