isDevelopment property

bool isDevelopment

Check if the current flavor is the development flavor

Implementation

bool get isDevelopment => environment == Environment.dev;