SrvdParams class

Constructors

SrvdParams.new({required String username, required String atSign, required String homeDirectory, required String atKeysFilePath, required String managerAtsign, required String ipAddress, required bool verbose, required bool logTraffic, required String rootDomain})

Properties

atKeysFilePath String
final
atSign String
final
hashCode int
The hash code for this object.
no setterinherited
homeDirectory String
final
ipAddress String
final
logTraffic bool
final
managerAtsign String
final
rootDomain String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
final
verbose bool
final

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

Static Properties

parser → ArgParser
final

Static Methods

fromArgs(List<String> args) Future<SrvdParams>