ConvertPrivateKeyRequestObjectBuilder constructor

ConvertPrivateKeyRequestObjectBuilder({
  1. String? privateKey,
})

Implementation

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