flavor property

String? flavor
final

Build flavor for multi-flavor applications.

Allows building different variants of the app with different configurations (e.g., 'development', 'staging', 'production').

Implementation

final String? flavor;