environment property
It returns delivery token of the Environment
Example
final stack = contentstack.Stack(apiKey, deliveryToken, environment);
var environment = stack.environment;
Implementation
String get environment => _environment;
It returns delivery token of the Environment
Example
final stack = contentstack.Stack(apiKey, deliveryToken, environment);
var environment = stack.environment;
String get environment => _environment;