isProduction property
bool
get
isProduction
True when environment is LokotroPayEnvironment.production.
Implementation
bool get isProduction => environment == LokotroPayEnvironment.production;
True when environment is LokotroPayEnvironment.production.
bool get isProduction => environment == LokotroPayEnvironment.production;