isProduction property
bool
get
isProduction
Returns true
if environment is PhonePeEnvironment.production.
Implementation
bool get isProduction => environment == PhonePeEnvironment.production;
Returns true
if environment is PhonePeEnvironment.production.
bool get isProduction => environment == PhonePeEnvironment.production;