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