OptionsObjectBuilder constructor
OptionsObjectBuilder({
- String? name,
- String? comment,
- String? email,
- String? passphrase,
- KeyOptionsObjectBuilder? keyOptions,
Implementation
OptionsObjectBuilder({
String? name,
String? comment,
String? email,
String? passphrase,
KeyOptionsObjectBuilder? keyOptions,
}) : _name = name,
_comment = comment,
_email = email,
_passphrase = passphrase,
_keyOptions = keyOptions;