ConvertPrivateKeyRequestObjectBuilder constructor
ConvertPrivateKeyRequestObjectBuilder({
- String? privateKey,
Implementation
ConvertPrivateKeyRequestObjectBuilder({
String? privateKey,
}) : _privateKey = privateKey;