host property

String host

It returns host of the Stack

Example

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

Implementation

String get host => _host;