isProduction property

bool get isProduction

Implementation

bool get isProduction {
  return environment == AFEnvironment.production;
}