Valpi constructor

Valpi(
  1. String apiKey,
  2. String server,
  3. {String locale = "en-GB",
  4. int verbose = 1}
)

Implementation

Valpi(this.apiKey, this.server, {this.locale = "en-GB", this.verbose = 1});