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