EntityObjectBuilder constructor

EntityObjectBuilder({
  1. String? publicKey,
  2. String? privateKey,
  3. String? passphrase,
})

Implementation

EntityObjectBuilder({
  String? publicKey,
  String? privateKey,
  String? passphrase,
})  : _publicKey = publicKey,
      _privateKey = privateKey,
      _passphrase = passphrase;