env property

String get env

Project environment all requests target (sent as the norbix-env header). Defaults to PROD.

Implementation

String get env => _transport.config.env;