apiKey property

String apiKey

It returns apiKey of the Stack

Example

final stack = contentstack.Stack(apiKey, deliveryToken, environment);
var apiKey = stack.apiKey;

Implementation

String get apiKey => _apiKey;