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;
Project environment all requests target (sent as the norbix-env
header). Defaults to PROD.
String get env => _transport.config.env;