environment property

Environment? environment
final

Environment of the app: production, stage, development, master. Use Environment.production for production.

Implementation

final Environment? environment;