clientApiKey property

  1. @JsonKey(name: r'clientApiKey', required: true, includeIfNull: false)
String clientApiKey
final

apiKey to be used for all other requests

Implementation

@JsonKey(name: r'clientApiKey', required: true, includeIfNull: false)
final String clientApiKey;