CodexCredentials constructor

const CodexCredentials({
  1. String? apiKey,
  2. String? accountId,
})

Implementation

const CodexCredentials({this.apiKey, this.accountId});