isBeta property

bool isBeta

Check if the current flavor is the beta flavor

Implementation

bool get isBeta => environment == Environment.beta;