Api constructor

Api(
  1. String endpoint,
  2. String identifier,
  3. String accountNumber,
  4. String publicKey,
  5. String secretKey,
  6. String appId,
)

Implementation

Api(this.endpoint, this.identifier, this.accountNumber, this.publicKey,
    this.secretKey, this.appId);