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