activeFlavor property

String? get activeFlavor

Currently active build flavor (e.g. 'development', 'staging', 'production'), if specified.

Implementation

static String? get activeFlavor => _activeFlavor;