endpoint property

String endpoint

It returns endpoint of the Stack

Example

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

Implementation

String get endpoint => host;