ConvertPrivateKeyToPublicKeyRequestObjectBuilder constructor

ConvertPrivateKeyToPublicKeyRequestObjectBuilder({
  1. String? privateKey,
})

Implementation

ConvertPrivateKeyToPublicKeyRequestObjectBuilder({
  String? privateKey,
}) : _privateKey = privateKey;