IyziConfig constructor

const IyziConfig(
  1. String apiKey,
  2. String secretKey,
  3. String baseUrl
)

Implementation

const IyziConfig(this.apiKey, this.secretKey, this.baseUrl);