DataDome constructor

DataDome(
  1. String key
)

A public constructor of the DataDome client. The DataDome client side key is to be provided as String.

The constructor will create an instance of the client and hold a reference to the client side key.

Implementation

DataDome(this.key) {
  this.key = key;
}